We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4797824 commit a79fdefCopy full SHA for a79fdef
1 file changed
.github/workflows/run-test.yml
@@ -43,24 +43,7 @@ jobs:
43
node-version: ${{ matrix.node-version }}
44
cache: pnpm
45
46
- - name: Cache pnpm store
47
- id: cache-node-modules
48
- uses: actions/cache@v5.0.2
49
- with:
50
- path: |
51
- ./node_modules
52
- ~/.pnpm-store
53
- key: ${{ env.preffix }}-cache-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
54
- restore-keys: |
55
- ${{ env.preffix }}-cache-${{ env.cache-name }}-
56
- ${{ env.preffix }}-cache-
57
- ${{ env.preffix }}-
58
- env:
59
- cache-name: run-test
60
- preffix: ${{ matrix.os }}-node-${{ matrix.node-version }}
61
-
62
- name: Install dependencies
63
- if: steps.cache-node-modules.outputs.cache-hit != 'true'
64
run: pnpm i
65
66
- name: Run pre-release steps
0 commit comments