File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,11 @@ jobs:
67
67
- name : Check spelling (not distributable)
68
68
run : NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-spelling
69
69
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
78
75
79
76
# We leverage our own plugins as part of linting, so this needs to come after build
80
77
- name : Lint source files (not distributable)
You can’t perform that action at this time.
0 commit comments