Skip to content

Commit

Permalink
fix: update unit tests workflow to not use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wzarek authored May 8, 2024
1 parent 68207f7 commit c0ed958
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
run: yarn set version 4.1

- name: Install dependencies
run: yarn install --immutable-cache

run: yarn install --immutable
- name: Test with jest
run: yarn test --coverage --ci

0 comments on commit c0ed958

Please sign in to comment.