Skip to content

Commit

Permalink
Fix: Yarn test without lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed May 7, 2024
1 parent ccb7780 commit 7c53655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install dependencies
run: |
yarn set version stable
yarn install --refresh-lockfile
yarn install --no-immutable
yarn add ${{ env.dependencies }}
- name: Show config
run: yarn showConfig
Expand Down

0 comments on commit 7c53655

Please sign in to comment.