Skip to content

Commit

Permalink
Merge branch 'main' into Capsolver
Browse files Browse the repository at this point in the history
  • Loading branch information
blackravenx committed Feb 17, 2024
2 parents 47dd238 + 25ddb39 commit de52848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de52848

Please sign in to comment.