We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbc6b0 commit b9da21dCopy full SHA for b9da21d
.github/workflows/ci.yml
@@ -28,6 +28,8 @@ jobs:
28
key: ${{ runner.os }}-nx-${{ steps.branch-names.outputs.current_branch }}
29
- run: git branch --track main origin/master
30
- name: Test and build
31
+ env:
32
+ NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
33
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'
34
- name: Save cached .nx
35
id: cache-dependencies-save
0 commit comments