Skip to content

Commit 4c0479c

Browse files
committed
ci: forgot to add playground path
1 parent 32fc1d4 commit 4c0479c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
- uses: actions/cache/restore@v4
6262
id: cache-restore
6363
with:
64-
path: outfile.cjs
64+
path: |
65+
outfile.cjs
66+
playground
6567
key: ${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }}
6668
- name: Build the package on cache miss
6769
run: pnpm install && pnpm build && pnpm snapshot

0 commit comments

Comments
 (0)