Skip to content

Commit 4f02428

Browse files
committed
chore: update GitHub Workflow
1 parent 7a01541 commit 4f02428

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: ci
22

33
on:
44
push:
@@ -19,13 +19,13 @@ jobs:
1919
main-branch-name: main
2020
number-of-agents: 3
2121
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
2323
parallel-commands: |
24-
yarn nx-cloud record -- yarn nx format:check
24+
pnpm exec nx-cloud record -- pnpm exec nx format:check
2525
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
2929
3030
agents:
3131
name: Nx Cloud - Agents

0 commit comments

Comments
 (0)