Skip to content

Commit

Permalink
ci: apply patches when cache-hit
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 7, 2023
1 parent 9759702 commit 1885bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ runs:

- name: Run postinstall script
run: yarn postinstall
working-directory: packages/blade
shell: bash
if: steps.cache.outputs.cache-hit == 'true'

0 comments on commit 1885bc2

Please sign in to comment.