Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876286b commit 0bb668fCopy full SHA for 0bb668f
.github/workflows/ci.yml
@@ -67,9 +67,9 @@ jobs:
67
- name: Check spelling (not distributable)
68
run: NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-spelling
69
70
- - run: yarn build --maxParallel=3
71
- - run: yarn typecheck --maxParallel=3
72
- - run: yarn test --maxParallel=3
+ - run: yarn build
+ - run: yarn typecheck
+ - run: yarn test
73
74
# We leverage our own plugins as part of linting, so this needs to come after build
75
- name: Lint source files (not distributable)
0 commit comments