We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b822e7 commit c9801a3Copy full SHA for c9801a3
1 file changed
.github/workflows/test.yml
@@ -50,6 +50,10 @@ jobs:
50
cache: pnpm
51
registry-url: 'https://registry.npmjs.org'
52
- run: pnpm i --frozen-lockfile
53
+ - uses: actions/cache@v4
54
+ with:
55
+ path: ~/.jsvu
56
+ key: barebone-${{ matrix.engine }}-${{ runner.os }}
57
- run: node --run jsvu -- --os=linux64 --engines="${{ matrix.engine }}"
58
- run: EXODUS_TEST_DROP_NETWORK=1 node --run "test:${{ matrix.engine }}"
59
0 commit comments