Skip to content

Commit

Permalink
ci: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun authored Dec 25, 2023
1 parent 0287337 commit 60a1a66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
types: [opened, synchronize, reopened]
Expand All @@ -14,26 +14,26 @@ concurrency:
jobs:
main:
name: Nx Cloud
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
pnpm-version: 8.11
node-version: 20.10.0
number-of-agents: 4
number-of-agents: 3
main-branch-name: 'main'
init-commands: |
npx nx-cloud record -- pnpm exec prettier . --ignore-path .ci.prettierignore --check
parallel-commands-on-agents: |
pnpm exec nx run-many --target=lint --parallel=4
pnpm exec nx run-many --target=build --parallel=4
pnpm exec nx run-many --target=lint --parallel=3
pnpm exec nx run-many --target=build --parallel=3
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
number-of-agents: 4
number-of-agents: 3
pnpm-version: 8.11
node-version: 20.10.0

0 comments on commit 60a1a66

Please sign in to comment.