Skip to content

Commit

Permalink
chore: try and clear jest cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 21, 2024
1 parent f5264d5 commit 14dc13e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ launch-templates:
uses: 'nrwl/nx-cloud-workflows/main/workflow-steps/install-node-modules/main.yaml'
env:
SKIP_POSTINSTALL: 'true'
- name: Clear Jest Cache
script: 'npx jest --clearCache'

0 comments on commit 14dc13e

Please sign in to comment.