mirror of
https://github.com/pnpm/action-setup.git
synced 2026-03-01 07:51:02 +08:00
Add store_prune to tests
This commit is contained in:
parent
40fbc12c16
commit
4f04570f82
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -158,6 +158,9 @@ jobs:
|
|||||||
- --global-dir=./pnpm-global
|
- --global-dir=./pnpm-global
|
||||||
- npm
|
- npm
|
||||||
- yarn
|
- yarn
|
||||||
|
store_prune:
|
||||||
|
- 'true'
|
||||||
|
- 'false'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -167,6 +170,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 9.15.5
|
version: 9.15.5
|
||||||
run_install: ${{ matrix.run_install.value }}
|
run_install: ${{ matrix.run_install.value }}
|
||||||
|
store_prune: ${{ matrix.store_prune }}
|
||||||
|
|
||||||
- name: 'Test: which'
|
- name: 'Test: which'
|
||||||
run: which pnpm; which pnpx
|
run: which pnpm; which pnpx
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user