Skip to content

Commit 082f73a

Browse files
committed
ci: Debug ci
1 parent b8f624f commit 082f73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "NX_BASE=$(echo ${COMMIT})" >> $GITHUB_ENV
2222
- run: git show-ref --tags --hash | tail -n 1
2323
- name: Test and build
24-
run: npx nx affected -t build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source'
24+
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'
2525
- name: Upload test coverage badge
2626
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'
2727
env:

0 commit comments

Comments
 (0)