diff --git a/.github/workflows/nx.yaml b/.github/workflows/nx.yaml index 49a4caf..50a7869 100644 --- a/.github/workflows/nx.yaml +++ b/.github/workflows/nx.yaml @@ -25,7 +25,7 @@ jobs: - run: yarn install - run: npx nx-cloud start-ci-run - run: npx nx affected --target=build --parallel --max-parallel=3 - - run: npx nx affected --target=test --parallel --max-parallel=2 + - run: npx nx affected --target=lint --parallel --max-parallel=2 - run: npx nx-cloud stop-all-agents pr: runs-on: ubuntu-latest @@ -43,7 +43,7 @@ jobs: - run: yarn install - run: npx nx-cloud start-ci-run - run: npx nx affected --target=build --parallel --max-parallel=3 - - run: npx nx affected --target=test --parallel --max-parallel=2 + - run: npx nx affected --target=lint --parallel --max-parallel=2 - run: npx nx-cloud stop-all-agents agents: runs-on: ubuntu-latest