Skip to content

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/[email protected]
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/[email protected]
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)