Skip to content

Commit

Permalink
ci(main): Test run on github agents
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed Dec 16, 2024
1 parent 2195716 commit 8d3d3b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

permissions:
actions: read
contents: read
Expand All @@ -26,7 +30,7 @@ jobs:
main-branch-name: main
number-of-agents: 3
init-commands: |
pnpm exec nx-cloud start-ci-run --stop-agents-after="e2e" --agent-count=3
pnpm exec nx-cloud start-ci-run --stop-agents-after="e2e" --agent-count=3 --distribute-on="manual"
parallel-commands: |
pnpm exec nx-cloud record -- pnpm exec nx format:check
parallel-commands-on-agents: |
Expand Down

0 comments on commit 8d3d3b0

Please sign in to comment.