ci: drop Playwright e2e from CI (run locally); keep build + seo:lint
This commit is contained in:
parent
504b517409
commit
466a01f217
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user