mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
Try fixing
This commit is contained in:
parent
4457a83971
commit
8cdddb18c5
14
.github/workflows/test.yaml
vendored
14
.github/workflows/test.yaml
vendored
@ -90,12 +90,22 @@ jobs:
|
||||
recursive: true
|
||||
- name: 'global'
|
||||
value: |
|
||||
args: [-g, npm, yarn, pnpm]
|
||||
args:
|
||||
- --global
|
||||
- --global-dir=./pnpm-global
|
||||
- npm
|
||||
- yarn
|
||||
- pnpm
|
||||
- name: 'array'
|
||||
value: |
|
||||
- {}
|
||||
- recursive: true
|
||||
- args: [-g, npm, yarn, pnpm]
|
||||
- args:
|
||||
- --global
|
||||
- --global-dir=./pnpm-global
|
||||
- npm
|
||||
- yarn
|
||||
- pnpm
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user