Skip to content

Commit

Permalink
feat(core): update nrwl/ci version to 0.7 (#11925)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Sep 13, 2022
1 parent 40da702 commit ace2325
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/shared/monorepo-ci-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.6
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.7
with:
number-of-agents: 3
parallel-commands: |
Expand All @@ -64,7 +64,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.7
with:
number-of-agents: 3
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.6
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.7
with:
number-of-agents: 3
init-commands: |
Expand All @@ -157,7 +157,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.7
with:
number-of-agents: 3
"
Expand All @@ -175,7 +175,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.6
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.7
with:
number-of-agents: 3
init-commands: |
Expand All @@ -190,7 +190,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.7
with:
number-of-agents: 3
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.6
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.7
with:
number-of-agents: 3
init-commands: |
Expand All @@ -24,6 +24,6 @@ jobs:

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

1 comment on commit ace2325

@vercel
Copy link

@vercel vercel bot commented on ace2325 Sep 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.