Fix CI
This commit is contained in:
parent
e90a3285a1
commit
408d3f87f0
2 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue