Skip to content

Commit 130382a

Browse files
ci: switch to nxCloudId (#9697)
1 parent 93a9d71 commit 130382a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
main-branch-name: main
3434
- name: Run Checks
35-
run: pnpm run test:pr --parallel=3
35+
run: pnpm run test:pr
3636
- name: Verify Links
3737
run: pnpm run verify-links
3838
- name: Stop Nx Agents

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Tools
3131
uses: tanstack/config/.github/setup@main
3232
- name: Run Tests
33-
run: pnpm run test:ci --parallel=3
33+
run: pnpm run test:ci
3434
- name: Stop Nx Agents
3535
if: ${{ always() }}
3636
run: npx nx-cloud stop-all-agents
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
distribute-on:
22
small-changeset: 3 linux-medium-js
3-
medium-changeset: 6 linux-medium-js
4-
large-changeset: 10 linux-medium-js
3+
medium-changeset: 4 linux-medium-js
4+
large-changeset: 5 linux-medium-js

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
33
"defaultBase": "main",
4-
"nxCloudAccessToken": "ZDdkNDA4MGEtYjNmYi00MWI4LWE1N2QtYTdlNmYxMGJlZWM2fHJlYWQ=",
4+
"nxCloudId": "6412c827e6da5d7b4a0b1fe3",
55
"useInferencePlugins": false,
66
"parallel": 5,
77
"namedInputs": {

0 commit comments

Comments
 (0)