Skip to content

Commit

Permalink
feat: update affected commands
Browse files Browse the repository at this point in the history
  • Loading branch information
koliveira15 committed Mar 20, 2024
1 parent 998f21d commit d06475d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
main-branch-name: main
number-of-agents: 3
parallel-commands-on-agents: |
npx nx affected --targets lint test build --parallel --exclude koliveira15
npx nx affected -t lint --parallel --exclude koliveira15
npx nx affected -t test --parallel --exclude koliveira15
npx nx affected -t build --parallel --exclude koliveira15
agents:
name: Nx Cloud - Agents
Expand Down

0 comments on commit d06475d

Please sign in to comment.