ci: drop Playwright e2e from CI (run locally); keep build + seo:lint

This commit is contained in:
Brad Rodgers 2026-07-17 06:52:20 -04:00 committed by Brad Rodgers
parent 504b517409
commit 466a01f217

View File

@ -50,10 +50,8 @@ jobs:
- name: SEO lint
run: npm run seo:lint
- name: End-to-end tests
run: |
npx playwright install --with-deps chromium
npm run test:e2e
# Playwright e2e (headless Chrome) is intentionally NOT run in CI — it's the heaviest step and
# adds little for a static site over `astro build` + seo:lint. Run it locally: `npm run test:e2e`.
- name: Compute image tag
id: tag