Skip to content

Commit 7a99648

Browse files
committed
chore: update build scripts for test
1 parent 87e27fd commit 7a99648

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- run: npx nx workspace-lint
1919
# - run: npx nx format:check
2020
# - 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
21+
- run: npx nx run-many --target=test --all --coverage
22+
- run: npx nx run-many --target=build --all

0 commit comments

Comments
 (0)