Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
feat(ci): improve nx workflow #17
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Feb 4, 2022
1 parent 9a9e833 commit c772085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c772085

Please sign in to comment.