Skip to content

Commit 2f99eee

Browse files
committed
Document yarn cache behavior in CI
1 parent d796669 commit 2f99eee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
3131
# ✅ Cache Yarn 4's compressed archives
3232
- name: Cache Yarn 4 artifacts
33+
id: yarn-cache
3334
uses: actions/cache@v4
3435
with:
3536
path: |
@@ -47,6 +48,7 @@ jobs:
4748
node -p "process.versions"
4849
4950
- name: Install deps
51+
# Always run to materialize node_modules; the cache only restores tarballs.
5052
run: yarn --frozen-lockfile
5153

5254
# Sanity-check that Vite sees the root config (this MUST be true)

0 commit comments

Comments
 (0)