Skip to content

Commit 229e28f

Browse files
committed
ci: --exclude type-for-rpc
1 parent 4551ae0 commit 229e28f

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.github/workflows/bump-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ 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,type-for-rpc'
3737
- name: Upload test coverage badge
38-
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'
38+
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,type-for-rpc'
3939
- name: Save cached .nx
4040
id: cache-dependencies-save
4141
uses: actions/cache/save@v4

.github/workflows/ci.yml

+1-1
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,type-for-rpc'
3434
- name: Save cached .nx
3535
id: cache-dependencies-save
3636
uses: actions/cache/save@v4

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: |
3434
.nx
3535
key: ${{ runner.os }}-nx-master
36-
- run: npx nx affected -t build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,shared-utils,json-shared-type,database'
36+
- run: npx nx affected -t build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,shared-utils,json-shared-type,database,type-for-rpc'
3737
- name: Publish packages
3838
run: npx nx release publish
3939
shell: bash

nx.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@
6363
]
6464
},
6565
"test": {
66-
"cache": true,
67-
"options": {
68-
"codeCoverage": true,
69-
"coverageReporters": ["json-summary"]
70-
}
66+
"cache": true
7167
},
7268
"@nx/angular:ng-packagr-lite": {
7369
"cache": true,

0 commit comments

Comments
 (0)