Install Puppeteer browser in CI

This commit is contained in:
Paul Bakaus
2026-06-05 17:33:35 -07:00
parent 924d4b97f0
commit 81c5042561
+3
View File
@@ -27,6 +27,9 @@ jobs:
- name: Install dependencies
run: bun install
- name: Install Puppeteer browser
run: bunx puppeteer browsers install chrome
- name: Run tests
run: bun run test