Skip to content

Commit 5497fb2

Browse files
committed
Install Chromium before running puppeteer
1 parent 1575c90 commit 5497fb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
${{ runner.os }}-node-
1919
- name: Install dependencies
2020
run: npm install
21+
- name: Install Chromium
22+
run: npx puppeteer browsers install chrome
2123
- name: Install Jest CLI
2224
run: npm i -g jest-cli
2325
- name: Run tests

0 commit comments

Comments
 (0)