Skip to content

Commit ab35691

Browse files
committedApr 12, 2024
ci: --passWithNoTests
1 parent ed55d8a commit ab35691

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test and build
3434
env:
3535
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
36-
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'
36+
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' --passWithNoTests
3737
- name: Upload test coverage badge
3838
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'
3939
- name: Save cached .nx

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test and build
3131
env:
3232
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'
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' --passWithNoTests
3434
- name: Save cached .nx
3535
id: cache-dependencies-save
3636
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)
Please sign in to comment.