ci: Separate caching for ui tests (no-changelog) (#14294)

This commit is contained in:
shortstacked
2025-03-31 15:26:42 +01:00
committed by GitHub
parent 83738bd324
commit 9ad59380b3

View File

@@ -89,7 +89,7 @@ jobs:
/home/runner/.cache/Cypress
/github/home/.pnpm-store
./packages/**/dist
key: ${{ github.sha }}-base:build
key: ${{ github.sha }}-ui
- name: Install dependencies
if: steps.cache-build-artifacts.outputs.cache-hit != 'true'
@@ -139,7 +139,7 @@ jobs:
/home/runner/.cache/Cypress
/github/home/.pnpm-store
./packages/**/dist
key: ${{ github.sha }}-base:build
key: ${{ github.sha }}-ui
- name: Install dependencies
run: pnpm install --frozen-lockfile