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 c531a93 commit a6ee722Copy full SHA for a6ee722
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
# Run this command as early as possible, before dependencies are installed
30
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
31
# Uncomment this line to enable task distribution
32
- - run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
+ # - run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
33
34
# Cache node_modules
35
- uses: actions/setup-node@v4
0 commit comments