Skip to content

Commit bc821e8

Browse files
committed
chore: update browsers orb and replace existing google chrome install
1 parent 667e478 commit bc821e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/src/pipeline/@pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ubuntu-2004-current: &ubuntu-2004-current ubuntu-2004:2024.11.1
1717
ubuntu-2004-older: &ubuntu-2004-older ubuntu-2004:2024.05.1
1818

1919
orbs:
20-
browser-tools: circleci/browser-tools@2.1.1
20+
browser-tools: circleci/browser-tools@2.3.1
2121

2222
defaults: &defaults
2323
parallelism: 1
@@ -563,6 +563,7 @@ commands:
563563
# https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
564564
channel: << parameters.google-chrome-channel >>
565565
chrome_version: << parameters.google-chrome-version >>
566+
replace_existing: true
566567
- when:
567568
condition:
568569
equal: [ 'beta', << parameters.google-chrome-channel>> ]

0 commit comments

Comments
 (0)