Skip to content

Commit b8f032c

Browse files
author
Alexander Kharkovey
committed
chore(json-api-nestjs): fix run test in ci/cd before publish
1 parent a065283 commit b8f032c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm ci
3131
- name: Test
3232
run: |
33-
npx run-many --target=test --all --code-coverage --coverage --reporters=default --reporters=default --coverageReporters=cobertura,html,json
33+
npx nx run-many --target=test --all --code-coverage --coverage --reporters=default --reporters=default --coverageReporters=cobertura,html,json
3434
SUMMARY=$(node ./tools/utils/merge-codecoverage/index.js | grep "All files" | awk '{print $4}')
3535
echo "COVERAGE=$(echo ${SUMMARY})" >> $GITHUB_ENV
3636
- name: Cretae Badge

0 commit comments

Comments
 (0)