Skip to content

Commit d409c94

Browse files
committed
chore(ci): update CI command to use nx affected
1 parent 16c5663 commit d409c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
4646
# - run: pnpm exec nx-cloud record -- echo Hello World
47-
- run: pnpm exec nx run-many -t lint test build
47+
- run: pnpm exec nx affected -t lint test build
4848
# Nx Cloud recommends fixes for failures to help you get CI green faster. Learn more: https://nx.dev/ci/features/self-healing-ci
4949
- run: pnpm exec nx fix-ci
5050
if: always()

0 commit comments

Comments
 (0)