Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 16c08c1

Browse files
committed
refactor(pr.yml): simplify test job by removing Nx Cloud agent commands
1 parent 6b61d5e commit 16c08c1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎.github/workflows/pr.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,10 @@ jobs:
2222
uses: actions/checkout@v4.2.2
2323
with:
2424
fetch-depth: 0
25-
- name: Start Nx Agents
26-
run: npx nx-cloud start-ci-run
2725
- name: Setup Tools
2826
uses: tanstack/config/.github/setup@main
29-
- name: Get base and head commits for `nx affected`
30-
uses: nrwl/nx-set-shas@v4.1.2
3127
- name: Run Tests
32-
run: pnpm run test:pr --parallel=3
33-
- name: Stop Agents
34-
run: npx nx-cloud stop-all-agents
28+
run: pnpm run test:pr
3529
- name: Upload coverage to Codecov
3630
uses: codecov/codecov-action@v3
3731
format:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /