diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03d32da8b..f2c812479 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -226,7 +226,7 @@ jobs: - uses: actions/cache@v5 with: path: ~/.cache/lima - key: lima-${{ steps.lima-actions-setup.outputs.version }} + key: lima-${{ steps.lima-actions-setup.outputs.version }}-${{ matrix.template }} - name: "Start VM" # --plain is set to disable file sharing, port forwarding, built-in containerd, etc. for faster start up