Skip to content

Commit

Permalink
ci(.github): update yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 3, 2023
1 parent f39be2f commit 98bc0ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3

pull:
runs-on: ubuntu-22.04
strategy:
Expand Down Expand Up @@ -59,6 +53,11 @@ jobs:
- name: NX Affected
uses: nrwl/nx-set-shas@v4

- name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3

- name: Build, Lint, Test using Distributed Task Execution
uses: nrwl/ci/.github/workflows/[email protected]
with:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3

push:
runs-on: ubuntu-22.04
strategy:
Expand Down Expand Up @@ -60,6 +54,11 @@ jobs:
- name: NX Affected
uses: nrwl/nx-set-shas@v4

- name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3

- name: Build, Lint, Test using Distributed Task Execution
uses: nrwl/ci/.github/workflows/[email protected]
with:
Expand Down

0 comments on commit 98bc0ea

Please sign in to comment.