Skip to content

Commit

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

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

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

0 comments on commit d2a84dd

Please sign in to comment.