diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index 28f6f3f..af270b2 100644 --- a/.github/workflows/coverage-report.yaml +++ b/.github/workflows/coverage-report.yaml @@ -25,7 +25,7 @@ jobs: run: npm install && npm ci - name: Test with Coverage (Nx Affected) - run: 'rm -rf coverage && npx nx affected -t test --skip-nx-cache --coverage --coverageReporters=json,json-summary' + run: 'npx nx run-many -t test --skip-nx-cache --coverage --coverageReporters=json,json-summary' - name: Archive сode сoverage results uses: actions/upload-artifact@v3