Skip to content

Commit

Permalink
chore: ci tweaks (#3921)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Dec 15, 2023
1 parent 8f7a32b commit 1b91cc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:

- uses: nrwl/nx-set-shas@v4

- name: Start Nx Cloud CI Run - Linux
run: npx nx-cloud start-ci-run --stop-agents-after="e2e"

- name: Install primary node version (see volta config in package.json) and dependencies
uses: ./.github/actions/install-node-and-dependencies

Expand Down Expand Up @@ -126,6 +129,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Start Nx Cloud CI Run - Windows
run: npx nx-cloud start-ci-run --stop-agents-after="test"

- name: Install primary node version (see volta config in package.json) and dependencies
uses: ./.github/actions/install-node-and-dependencies

Expand Down

0 comments on commit 1b91cc0

Please sign in to comment.