Skip to content

Commit

Permalink
chore: added yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 21, 2024
1 parent 4b48fe0 commit 6bc9202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
fetch-depth: 0

- name: Jest With Coverage
run: yarn test
run: yarn install --immutable --immutable-cache --check-cache && yarn test

0 comments on commit 6bc9202

Please sign in to comment.