Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed55d8a

Browse files
committedApr 12, 2024
ci: NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
1 parent 8951639 commit ed55d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/bump-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
.nx
3232
key: ${{ runner.os }}-nx-master
3333
- name: Test and build
34+
env:
35+
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
3436
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'
3537
- name: Upload test coverage badge
3638
run: npx nx affected -t upload-badge --parallel=3 --exclude='json-api-front,json-api-server,shared-utils,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source'

0 commit comments

Comments
 (0)
Please sign in to comment.