Skip to content

Commit

Permalink
chore(ci): always run yarn install to validate yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 10, 2023
1 parent 5299e0b commit ad3ba1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
with:
path: "**/node_modules"
key: yarn-v1-${{ hashFiles('**/yarn.lock') }}
# We run this step unconditionally to validate that the yarn.lock file is accurate
- name: Install
run: yarn --immutable
shell: bash
if: steps.cache.outputs.cache-hit != 'true'

0 comments on commit ad3ba1f

Please sign in to comment.