We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b427688 commit b0c2a6dCopy full SHA for b0c2a6d
.github/workflows/dte.yml
@@ -19,9 +19,6 @@ jobs:
19
init-commands: |
20
npx nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
21
npx nx-cloud record -- npx nx format:write
22
- parallel-commands: |
23
- npx nx-cloud record -- npx nx workspace-lint
24
- npx nx-cloud record -- npx nx format:check
25
parallel-commands-on-agents: |
26
npx nx affected --target=lint --parallel=3
27
npx nx affected --target=test --parallel=3 --ci --code-coverage
0 commit comments