Skip to content

Commit c9801a3

Browse files
committed
ci: cache jsvu engines
1 parent 4b822e7 commit c9801a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
cache: pnpm
5151
registry-url: 'https://registry.npmjs.org'
5252
- run: pnpm i --frozen-lockfile
53+
- uses: actions/cache@v4
54+
with:
55+
path: ~/.jsvu
56+
key: barebone-${{ matrix.engine }}-${{ runner.os }}
5357
- run: node --run jsvu -- --os=linux64 --engines="${{ matrix.engine }}"
5458
- run: EXODUS_TEST_DROP_NETWORK=1 node --run "test:${{ matrix.engine }}"
5559

0 commit comments

Comments
 (0)