Skip to content

Commit b9da21d

Browse files
committed
ci: try fix nx cache
1 parent fcbc6b0 commit b9da21d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
key: ${{ runner.os }}-nx-${{ steps.branch-names.outputs.current_branch }}
2929
- run: git branch --track main origin/master
3030
- name: Test and build
31+
env:
32+
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
3133
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'
3234
- name: Save cached .nx
3335
id: cache-dependencies-save

0 commit comments

Comments
 (0)