ci: cache cloud workspace packages in unit tests

Include the cloud lockfile in the unit-test dependency cache key so repeated runs reuse cloud package downloads.
This commit is contained in:
OrcaWin
2026-09-18 23:56:49 -07:00
committed by GitHub
parent 7063c2cbdd
commit 3de7273abb
+3
View File
@@ -33,6 +33,9 @@ jobs:
native-runtime: node
node-version: ${{ matrix.node }}
cache-electron-package: 'true'
cache-dependency-path: |
pnpm-lock.yaml
cloud/pnpm-lock.yaml
- name: Install Electron package binary for tests
run: node config/scripts/install-electron-package-binary.mjs