ci: continue-on-error for cache steps (act_runner .gitignore flake)
CI / Architecture Guardrails (push) Waiting to run
CI / Typecheck (push) Waiting to run
CI / Assistant Split Regression (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Failing after 3m46s
CI / Build (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
CI / Fresh-Linux Docker Deploy (push) Has been cancelled
CI / Release Images (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 20:19:45 +02:00
parent 23e68bc137
commit 5ac86f8da8
+5
View File
@@ -84,6 +84,7 @@ jobs:
- name: Cache Turborepo - name: Cache Turborepo
uses: actions/cache@v4 uses: actions/cache@v4
continue-on-error: true
with: with:
path: .turbo path: .turbo
key: turbo-typecheck-${{ github.sha }} key: turbo-typecheck-${{ github.sha }}
@@ -138,6 +139,7 @@ jobs:
- name: Cache Turborepo - name: Cache Turborepo
uses: actions/cache@v4 uses: actions/cache@v4
continue-on-error: true
with: with:
path: .turbo path: .turbo
key: turbo-lint-${{ github.sha }} key: turbo-lint-${{ github.sha }}
@@ -255,6 +257,7 @@ jobs:
- name: Cache Turborepo - name: Cache Turborepo
uses: actions/cache@v4 uses: actions/cache@v4
continue-on-error: true
with: with:
path: .turbo path: .turbo
key: turbo-build-${{ github.sha }} key: turbo-build-${{ github.sha }}
@@ -262,6 +265,7 @@ jobs:
- name: Cache Next.js build - name: Cache Next.js build
uses: actions/cache@v4 uses: actions/cache@v4
continue-on-error: true
with: with:
path: apps/web/.next/cache path: apps/web/.next/cache
key: nextjs-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }} key: nextjs-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}
@@ -325,6 +329,7 @@ jobs:
- name: Cache Playwright browsers - name: Cache Playwright browsers
id: playwright-cache id: playwright-cache
uses: actions/cache@v4 uses: actions/cache@v4
continue-on-error: true
with: with:
path: ~/.cache/ms-playwright path: ~/.cache/ms-playwright
key: playwright-${{ hashFiles('apps/web/package.json') }} key: playwright-${{ hashFiles('apps/web/package.json') }}