Skip to content

Commit

Permalink
chore: bump cron to 4 agents
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Mar 26, 2024
1 parent ecdabb7 commit e5370e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- name: Set up nx-cloud
run: npx nx-cloud start-ci-run --distribute-on="2 linux-medium-js" --stop-agents-after="test:ci"
run: npx nx-cloud start-ci-run --distribute-on="4 linux-medium-js" --stop-agents-after="test:ci"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- run: pnpm nx run-many --target=test:cron

0 comments on commit e5370e6

Please sign in to comment.