mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Separate caching for ui tests (no-changelog) (#14294)
This commit is contained in:
4
.github/workflows/e2e-reusable.yml
vendored
4
.github/workflows/e2e-reusable.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
/home/runner/.cache/Cypress
|
/home/runner/.cache/Cypress
|
||||||
/github/home/.pnpm-store
|
/github/home/.pnpm-store
|
||||||
./packages/**/dist
|
./packages/**/dist
|
||||||
key: ${{ github.sha }}-base:build
|
key: ${{ github.sha }}-ui
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: steps.cache-build-artifacts.outputs.cache-hit != 'true'
|
if: steps.cache-build-artifacts.outputs.cache-hit != 'true'
|
||||||
@@ -139,7 +139,7 @@ jobs:
|
|||||||
/home/runner/.cache/Cypress
|
/home/runner/.cache/Cypress
|
||||||
/github/home/.pnpm-store
|
/github/home/.pnpm-store
|
||||||
./packages/**/dist
|
./packages/**/dist
|
||||||
key: ${{ github.sha }}-base:build
|
key: ${{ github.sha }}-ui
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|||||||
Reference in New Issue
Block a user