Skip to content

Commit

Permalink
Revert: [Github Actions] Change: Add condition for step Install depen…
Browse files Browse the repository at this point in the history
…dencies [Example]
  • Loading branch information
guhungry committed Feb 22, 2024
1 parent 9915de5 commit c3451b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-and-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
run: yarn --cache-folder ~/.yarn

- name: Install dependencies [Example]
if: steps.cache-yarn.outputs.cache-hit != 'true'
run: |
cd example
yarn --cache-folder ~/.yarn
Expand Down

0 comments on commit c3451b3

Please sign in to comment.