File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 version : 9
2424
25- # # This enables task distribution via Nx Cloud
26- # # Run this command as early as possible, before dependencies are installed
27- # # Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
28- # - run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
29-
3025 # Cache node_modules
3126 - uses : actions/setup-node@v4
3227 with :
3631 - run : pnpm install --frozen-lockfile
3732 - uses : nrwl/nx-set-shas@v4
3833
39- # Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
40- # - run: pnpm exec nx-cloud record -- echo Hello World
4134 # Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected
4235 - run : pnpm exec nx affected -t lint test build
Original file line number Diff line number Diff line change 66 },
77 "extends" : " nx/presets/npm.json" ,
88 "$schema" : " ./node_modules/nx/schemas/nx-schema.json" ,
9- "nxCloudId" : " 66f132705ca8b56efbc84b52" ,
109 "namedInputs" : {
1110 "sharedGlobals" : [" {workspaceRoot}/.github/workflows/ci.yml" ],
1211 "default" : [" sharedGlobals" ]
You can’t perform that action at this time.
0 commit comments