Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bb668f

Browse files
committed
chore: wip
1 parent 876286b commit 0bb668f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
- name: Check spelling (not distributable)
6868
run: NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-spelling
6969

70-
- run: yarn build --maxParallel=3
71-
- run: yarn typecheck --maxParallel=3
72-
- run: yarn test --maxParallel=3
70+
- run: yarn build
71+
- run: yarn typecheck
72+
- run: yarn test
7373

7474
# We leverage our own plugins as part of linting, so this needs to come after build
7575
- name: Lint source files (not distributable)

0 commit comments

Comments
 (0)