Skip to content

Commit

Permalink
Fix CircleCI Tests Temporarily (#3740)
Browse files Browse the repository at this point in the history
* pin chrome version for integration tests

* add to monorepo script
  • Loading branch information
adghayes authored Jul 18, 2023
1 parent 00cc9ee commit 948e4f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,5 +1285,7 @@ commands:
install-cypress-browser:
description: Installs a browser for Cypress tests.
steps:
- browser-tools/install-chrome
- run: sudo apt update # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-chrome:
chrome-version: 114.0.5735.90 # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-chromedriver
4 changes: 3 additions & 1 deletion libs/monorepo-utils/src/circleci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ commands:
install-cypress-browser:
description: Installs a browser for Cypress tests.
steps:
- browser-tools/install-chrome
- run: sudo apt update # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-chrome:
chrome-version: 114.0.5735.90 # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-chromedriver
`.trim();
Expand Down

0 comments on commit 948e4f7

Please sign in to comment.