1
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-06-14 15:43:46 +08:00

Add store_prune to tests

This commit is contained in:
Oscar Busk
2025-10-28 00:58:09 +01:00
parent 40fbc12c16
commit 4f04570f82

View File

@@ -158,6 +158,9 @@ jobs:
- --global-dir=./pnpm-global
- npm
- yarn
store_prune:
- 'true'
- 'false'
steps:
- uses: actions/checkout@v4
@@ -167,6 +170,7 @@ jobs:
with:
version: 9.15.5
run_install: ${{ matrix.run_install.value }}
store_prune: ${{ matrix.store_prune }}
- name: 'Test: which'
run: which pnpm; which pnpx