mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-12 12:38:05 +00:00
Fix 'Test: which'
This commit is contained in:
parent
67c4d48a5e
commit
37dba8f5f3
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
registry: http://registry.yarnpkg.com/
|
||||
|
||||
- name: 'Test: which'
|
||||
run: which pnpm; which pnpx
|
||||
run: which pnpm && which pnpx
|
||||
|
||||
- name: 'Test: install'
|
||||
run: pnpm install
|
||||
|
Loading…
Reference in New Issue
Block a user