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