Skip to content

Commit

Permalink
- fix: skipped nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Oct 5, 2023
1 parent 7334986 commit 1539c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci-healchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
npm cache verify
npm ci --no-audit
npm ci --no-audit --prefer-offline
- name: Run NX target ${{ matrix.target }} on affected projects
run: npx nx affected -t ${{ matrix.target }} --parallel=3 --verbose
run: npx nx affected -t ${{ matrix.target }} --parallel=3 --skip-nx-cache --verbose

0 comments on commit 1539c10

Please sign in to comment.