Skip to content

Commit

Permalink
ci: try fix nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
klerick committed Apr 6, 2024
1 parent fcbc6b0 commit b9da21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
key: ${{ runner.os }}-nx-${{ steps.branch-names.outputs.current_branch }}
- run: git branch --track main origin/master
- name: Test and build
env:
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
run: npx nx affected -t test build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source,type-for-rpc'
- name: Save cached .nx
id: cache-dependencies-save
Expand Down

0 comments on commit b9da21d

Please sign in to comment.