Skip to content

Commit d871b8f

Browse files
committed
ensure chrome puppeteer is installed in CI environments
1 parent 3f2bb43 commit d871b8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-google-oauth.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ jobs:
4848
with:
4949
node-version: "20"
5050
cache: "pnpm"
51+
- run: |
52+
pnpx puppeteer browsers install chrome
5153
- run: pnpm install
5254
- run: pnpm test

0 commit comments

Comments
 (0)