Skip to content

Commit

Permalink
specificy no-cache parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Granello committed Aug 26, 2024
1 parent 989c00d commit 30f61d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Clear Jest cache
run: jest --clearCache

- name: Clean coverage
run: rm -rf coverage

- name: Run tests
run: npm run test
run: jest --no-cache --coverage

0 comments on commit 30f61d1

Please sign in to comment.