mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
Install Puppeteer browser in CI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user