Skip to content

Commit

Permalink
fix: circle ci failed to install chrome (#4459)
Browse files Browse the repository at this point in the history
* fix: circle ci failed to install chrome

* Update config.yml
  • Loading branch information
kobenguyent authored Aug 13, 2024
1 parent 83178ba commit 96b53d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/[email protected].5
browser-tools: circleci/[email protected].8

defaults: &defaults
machine:
Expand All @@ -11,8 +11,8 @@ defaults: &defaults
- checkout
- run: .circleci/build.sh
- browser-tools/install-chrome:
chrome-version: 116.0.5845.96
replace-existing: true
chrome-version: latest # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
replace-existing: true # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- run:
command: docker-compose run --rm test-rest
working_directory: test
Expand Down

0 comments on commit 96b53d8

Please sign in to comment.