diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de0a405..22068ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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