Skip to content

Commit

Permalink
test: remove immutable yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
paolofacchinetti committed May 15, 2024
1 parent 10a21b6 commit 87bbc04
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 @@ -27,7 +27,7 @@ jobs:
node -v
yarn -v
yarn cache clean --all
yarn install --immutable
yarn install
npm run k:build
# - run: npm run publish:snapshot
# env:
Expand Down

0 comments on commit 87bbc04

Please sign in to comment.