Skip to content

Commit

Permalink
fix(ci): nx issue invalid cache directory for task
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Mar 7, 2024
1 parent 48db47a commit 71ed2d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
if: ${{ steps.cache-step.outputs.cache-hit != 'true' && matrix.os != 'windows-latest' }}
run: npm clean-install --engine-strict

- name: Reset nx cache
run: npx nx reset

- name: Lint
run: npm run lint

Expand Down

0 comments on commit 71ed2d8

Please sign in to comment.