Skip to content

Commit

Permalink
Always install Chrome for Puppeteer (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Dec 23, 2023
1 parent d90cbce commit 1272c4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ jobs:
- restore-cache-expo-app
- install-node
- install-yarn-dependencies
- run:
name: Install Chrome for Puppeteer
command: npx puppeteer browsers install chrome
- run: yarn global add expo-cli
- run: yarn test:web --runInBand
- save-cache-expo-app
Expand Down

0 comments on commit 1272c4d

Please sign in to comment.