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 16c5663 commit d409c94Copy full SHA for d409c94
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
46
# - run: pnpm exec nx-cloud record -- echo Hello World
47
- - run: pnpm exec nx run-many -t lint test build
+ - run: pnpm exec nx affected -t lint test build
48
# Nx Cloud recommends fixes for failures to help you get CI green faster. Learn more: https://nx.dev/ci/features/self-healing-ci
49
- run: pnpm exec nx fix-ci
50
if: always()
0 commit comments