Skip to content

Commit 96b53d8

Browse files
authored
fix: circle ci failed to install chrome (#4459)
* fix: circle ci failed to install chrome * Update config.yml
1 parent 83178ba commit 96b53d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
browser-tools: circleci/[email protected].5
4+
browser-tools: circleci/[email protected].8
55

66
defaults: &defaults
77
machine:
@@ -11,8 +11,8 @@ defaults: &defaults
1111
- checkout
1212
- run: .circleci/build.sh
1313
- browser-tools/install-chrome:
14-
chrome-version: 116.0.5845.96
15-
replace-existing: true
14+
chrome-version: latest # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
15+
replace-existing: true # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
1616
- run:
1717
command: docker-compose run --rm test-rest
1818
working_directory: test

0 commit comments

Comments
 (0)