From 0aaf2e54416149b570514fb0880fa38b861c570e Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Sat, 23 Dec 2023 13:05:48 -0500 Subject: [PATCH] Always install Chrome for Puppeteer --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b9d97ed..aace791 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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