Skip to content

Commit

Permalink
chore: wire up beta chrome into circle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Feb 6, 2025
1 parent fec6912 commit b685e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

chrome-stable-version: &chrome-stable-version "132.0.6834.159"
chrome-beta-version: &chrome-beta-version "133.0.6943.35"
chrome-beta-version: &chrome-beta-version "134.0.6998.3"
firefox-stable-version: &firefox-stable-version "134.0.2"

orbs:
Expand Down Expand Up @@ -669,7 +669,7 @@ commands:
- install-browsers:
install-chrome: true
google-chrome-channel: << parameters.install-chrome-channel >>
google-chrome-version: latest
google-chrome-version: *chrome-beta-version
- when:
condition:
equal: [ firefox, << parameters.browser >> ]
Expand Down

0 comments on commit b685e6d

Please sign in to comment.