Skip to content

Commit

Permalink
chore: update CI workflow to use nx run-many for running tests with c…
Browse files Browse the repository at this point in the history
…ode coverage
  • Loading branch information
valerymelou committed May 10, 2024
1 parent 6cab8d3 commit 463674f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- run: yarn install
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --target=test --parallel=3 --code-coverage
- run: npx nx run-many --target=test --parallel=3 --code-coverage
- run: yarn merge-lcov

- name: Code Coverage
Expand Down

0 comments on commit 463674f

Please sign in to comment.