From 998f21d6bdd8e837d5169d2bbd55197b7f7fff10 Mon Sep 17 00:00:00 2001 From: koliveira15 Date: Wed, 20 Mar 2024 12:33:10 -0400 Subject: [PATCH] feat: update affected commands --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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