File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
main-branch-name : main
34
34
- name : Run Checks
35
- run : pnpm run test:pr --parallel=3
35
+ run : pnpm run test:pr
36
36
- name : Verify Links
37
37
run : pnpm run verify-links
38
38
- name : Stop Nx Agents
Original file line number Diff line number Diff line change 30
30
- name : Setup Tools
31
31
uses : tanstack/config/.github/setup@main
32
32
- name : Run Tests
33
- run : pnpm run test:ci --parallel=3
33
+ run : pnpm run test:ci
34
34
- name : Stop Nx Agents
35
35
if : ${{ always() }}
36
36
run : npx nx-cloud stop-all-agents
Original file line number Diff line number Diff line change 1
1
distribute-on :
2
2
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ./node_modules/nx/schemas/nx-schema.json" ,
3
3
"defaultBase" : " main" ,
4
- "nxCloudAccessToken " : " ZDdkNDA4MGEtYjNmYi00MWI4LWE1N2QtYTdlNmYxMGJlZWM2fHJlYWQ= " ,
4
+ "nxCloudId " : " 6412c827e6da5d7b4a0b1fe3 " ,
5
5
"useInferencePlugins" : false ,
6
6
"parallel" : 5 ,
7
7
"namedInputs" : {
You can’t perform that action at this time.
0 commit comments