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

Skip to content

Commit 2f839c5

Browse files
committed
chore: wip
1 parent a59017a commit 2f839c5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/ci.yml

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

70-
- name: Run parallel distributed tasks for build, typecheck, lint and test targets
71-
uses: jameshenry/parallel-bash-commands@v1
72-
with:
73-
# Note that the typecheck target *also* typechecks tests/tools,
74-
# whereas the build only checks src files
75-
cmd1: yarn typecheck --maxParallel=3
76-
cmd2: yarn build --maxParallel=3
77-
cmd5: yarn test --maxParallel=3
70+
- run: yarn typecheck --maxParallel=3
71+
72+
- run: yarn build --maxParallel=3
73+
74+
- run: yarn test --maxParallel=3
7875

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

0 commit comments

Comments
 (0)