We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b61d5e commit 16c08c1Copy full SHA for 16c08c1
.github/workflows/pr.yml
@@ -22,16 +22,10 @@ jobs:
22
uses: actions/[email protected]
23
with:
24
fetch-depth: 0
25
- - name: Start Nx Agents
26
- run: npx nx-cloud start-ci-run
27
- name: Setup Tools
28
uses: tanstack/config/.github/setup@main
29
- - name: Get base and head commits for `nx affected`
30
- uses: nrwl/[email protected]
31
- name: Run Tests
32
- run: pnpm run test:pr --parallel=3
33
- - name: Stop Agents
34
- run: npx nx-cloud stop-all-agents
+ run: pnpm run test:pr
35
- name: Upload coverage to Codecov
36
uses: codecov/codecov-action@v3
37
format:
0 commit comments