Skip to content

Commit 1272c4d

Browse files
authored
Always install Chrome for Puppeteer (#467)
1 parent d90cbce commit 1272c4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ jobs:
309309
- restore-cache-expo-app
310310
- install-node
311311
- install-yarn-dependencies
312+
- run:
313+
name: Install Chrome for Puppeteer
314+
command: npx puppeteer browsers install chrome
312315
- run: yarn global add expo-cli
313316
- run: yarn test:web --runInBand
314317
- save-cache-expo-app

0 commit comments

Comments
 (0)