Skip to content

Commit

Permalink
chore: attemp 2 to fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Sep 13, 2023
1 parent 6e6235b commit 34eec35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
parallel-commands: |
pnpm exec nx-cloud record -- pnpm exec nx format:check
parallel-commands-on-agents: |
pnpm exec nx affected --target=lint --parallel=3
pnpm exec nx affected --target=test --parallel=3 --ci --code-coverage
# pnpm exec nx affected --target=e2e --parallel=3 --ci
pnpm exec nx affected --target=build --parallel=3
pnpm exec nx affected --base=HEAD~1 --target=lint --parallel=3
pnpm exec nx affected --base=HEAD~1 --target=test --parallel=3 --ci --code-coverage
# pnpm exec nx affected --base=HEAD~1 --target=e2e --parallel=3 --ci
pnpm exec nx affected --base=HEAD~1 --target=build --parallel=3
agents:
name: Nx Cloud - Agents
Expand Down

0 comments on commit 34eec35

Please sign in to comment.