diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0ad8c3..505d89d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,7 @@ jobs: main-branch-name: main number-of-agents: 3 parallel-commands-on-agents: | - npx nx affected -t lint --parallel --exclude koliveira15 - npx nx affected -t test --parallel --exclude koliveira15 - npx nx affected -t build --parallel --exclude koliveira15 + npx nx affected --targets lint test build --parallel --exclude koliveira15 agents: name: Nx Cloud - Agents