Skip to content

Commit efc66fe

Browse files
committed
ci: update test command in GitHub Actions workflow to use pnpm
1 parent 7e5e9f5 commit efc66fe

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,4 @@ jobs:
113113
- name: Derive appropriate SHAs for base and head for `nx affected` commands
114114
uses: nrwl/nx-set-shas@v2
115115
- name: Run Tests
116-
uses: nick-fields/[email protected]
117-
with:
118-
timeout_minutes: 5
119-
max_attempts: 3
120-
command: npx nx affected --targets=test:lib --base=${{ github.event.pull_request.base.sha }}
121-
env:
122-
NX_CLOUD_DISTRIBUTED_EXECUTION: false
123-
REACTJS_VERSION: 17
116+
run: pnpm run test:lib

0 commit comments

Comments
 (0)