From 3de7273abb68ba7dab8cedda34eedd28577a5138 Mon Sep 17 00:00:00 2001 From: OrcaWin Date: Fri, 18 Sep 2026 23:56:49 -0700 Subject: [PATCH] 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. --- .github/workflows/unit-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 490eda88c33..cf7af8fc9a9 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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