We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f624f commit 082f73aCopy full SHA for 082f73a
.github/workflows/bump-version.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "NX_BASE=$(echo ${COMMIT})" >> $GITHUB_ENV
22
- run: git show-ref --tags --hash | tail -n 1
23
- 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'
+ 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'
25
- name: Upload test coverage badge
26
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'
27
env:
0 commit comments