File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : ci
2
2
3
3
on :
4
4
push :
@@ -19,13 +19,13 @@ jobs:
19
19
main-branch-name : main
20
20
number-of-agents : 3
21
21
init-commands : |
22
- yarn nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
22
+ pnpm exec nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
23
23
parallel-commands : |
24
- yarn nx-cloud record -- yarn nx format:check
24
+ pnpm exec nx-cloud record -- pnpm exec nx format:check
25
25
parallel-commands-on-agents : |
26
- yarn nx affected --target=lint --parallel=3
27
- yarn nx affected --target=test --parallel=3 --ci --code-coverage
28
- yarn nx affected --target=build --parallel=3
26
+ pnpm exec nx affected --target=lint --parallel=3
27
+ pnpm exec nx affected --target=test --parallel=3 --ci --code-coverage
28
+ pnpm exec nx affected --target=build --parallel=3
29
29
30
30
agents :
31
31
name : Nx Cloud - Agents
You can’t perform that action at this time.
0 commit comments