We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e27fd commit 7a99648Copy full SHA for 7a99648
1 file changed
.github/workflows/ci.yml
@@ -18,5 +18,5 @@ jobs:
18
- run: npx nx workspace-lint
19
# - run: npx nx format:check
20
# - run: npx nx affected --target=lint --parallel=3
21
- - run: nx run-many --target=test --all --coverage
22
- - run: npx nx affected --target=build --parallel=3
+ - run: npx nx run-many --target=test --all --coverage
+ - run: npx nx run-many --target=build --all
0 commit comments