Skip to content

Commit

Permalink
feat(core): update GitHub CI workflow generator to v0.6 (#11068)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Jul 8, 2022
1 parent 6b11408 commit 16ffa48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -142,7 +142,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.5
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.6
with:
number-of-agents: 3
parallel-commands: |
Expand All @@ -155,7 +155,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.5
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6
with:
number-of-agents: 3
"
Expand All @@ -173,7 +173,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.5
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.6
with:
number-of-agents: 3
parallel-commands: |
Expand All @@ -186,7 +186,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.5
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6
with:
number-of-agents: 3
"
Expand Down
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.5
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.6
with:
number-of-agents: 3
parallel-commands: |
Expand All @@ -22,6 +22,6 @@ jobs:

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

1 comment on commit 16ffa48

@vercel
Copy link

@vercel vercel bot commented on 16ffa48 Jul 8, 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-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.