Skip to content

Commit

Permalink
test if yarn install can happend and cache is not hit
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrmatos committed Aug 30, 2023
1 parent 60533e2 commit 4019a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: |
node_modules
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: rm yarn.lock && yarn install --no-progress --non-interactive
Expand Down

0 comments on commit 4019a4b

Please sign in to comment.