Skip to content

Commit

Permalink
Revert CircleCI Workaround Fix (#3791)
Browse files Browse the repository at this point in the history
* Revert "Fix CircleCI Tests Temporarily (#3740)"

This reverts commit 948e4f7.

* upgrade orb
  • Loading branch information
adghayes authored Aug 4, 2023
1 parent 698585a commit e54cda7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: 2.1

orbs:
browser-tools: circleci/[email protected].1
browser-tools: circleci/[email protected].3

executors:
nodejs-browsers:
Expand Down Expand Up @@ -1285,7 +1285,5 @@ commands:
install-cypress-browser:
description: Installs a browser for Cypress tests.
steps:
- 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-chrome
- browser-tools/install-chromedriver
6 changes: 2 additions & 4 deletions libs/monorepo-utils/src/circleci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function generateConfig(pkgs: ReadonlyMap<string, PackageInfo>): string {
version: 2.1
orbs:
browser-tools: circleci/[email protected].1
browser-tools: circleci/[email protected].3
executors:
nodejs-browsers:
Expand Down Expand Up @@ -183,9 +183,7 @@ commands:
install-cypress-browser:
description: Installs a browser for Cypress tests.
steps:
- 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-chrome
- browser-tools/install-chromedriver
`.trim();
Expand Down

0 comments on commit e54cda7

Please sign in to comment.