Skip to content

Commit

Permalink
feat(core): update github action workflow to latest version (nrwl#10863)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Jun 23, 2022
1 parent 62bae5a commit 803333a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions docs/shared/monorepo-ci-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.4
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.5
with:
number-of-agents: 3
parallel-commands: |
npx nx-cloud record -- npx nx workspace-lint
npx nx-cloud record -- npx nx format:check
Expand All @@ -79,7 +80,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.4
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.5
with:
number-of-agents: 3
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.4
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.5
with:
number-of-agents: 3
parallel-commands: |
yarn nx-cloud record -- yarn nx workspace-lint
yarn nx-cloud record -- yarn nx format:check
Expand All @@ -154,7 +155,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.4
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.5
with:
number-of-agents: 3
"
Expand All @@ -172,8 +173,9 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.4
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.5
with:
number-of-agents: 3
parallel-commands: |
yarn nx-cloud record -- yarn nx workspace-lint
yarn nx-cloud record -- yarn nx format:check
Expand All @@ -184,7 +186,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.4
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.5
with:
number-of-agents: 3
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.4
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.5
with:
number-of-agents: 3
parallel-commands: |
<%= packageManagerPrefix %> nx-cloud record -- <%= packageManagerPrefix %> nx workspace-lint
<%= packageManagerPrefix %> nx-cloud record -- <%= packageManagerPrefix %> nx format:check
Expand All @@ -21,6 +22,6 @@ jobs:

agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.4
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.5
with:
number-of-agents: 3

0 comments on commit 803333a

Please sign in to comment.