-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert CircleCI Workaround Fix (#3791)
* Revert "Fix CircleCI Tests Temporarily (#3740)" This reverts commit 948e4f7. * upgrade orb
- Loading branch information
Showing
2 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
version: 2.1 | ||
|
||
orbs: | ||
browser-tools: circleci/[email protected].1 | ||
browser-tools: circleci/[email protected].3 | ||
|
||
executors: | ||
nodejs-browsers: | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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(); | ||
|