Fix CI
All checks were successful
Build and publish Docker image / build-and-push (push) Successful in 9m50s
CI / Check (push) Successful in 13m54s

This commit is contained in:
Andras Schmelczer 2026-06-14 21:21:22 +01:00
parent e90a3285a1
commit 408d3f87f0
2 changed files with 15 additions and 1 deletions

View file

@ -29,6 +29,11 @@ jobs:
- name: Install frontend dependencies
working-directory: frontend
# Chrome isn't needed for these checks (lint/typecheck/vitest-jsdom), so
# skip puppeteer's postinstall browser download — it's slow and a flaky
# point of failure. The prerender build installs Chrome explicitly.
env:
PUPPETEER_SKIP_DOWNLOAD: "true"
run: npm ci
- name: Install screenshot service dependencies