Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: wire up beta chrome into circle workflow, update orb, and update firefox to latest #31038

Merged
merged 2 commits into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: 2.1

chrome-stable-version: &chrome-stable-version "133.0.6943.53"
chrome-beta-version: &chrome-beta-version "134.0.6998.3"
firefox-stable-version: &firefox-stable-version "134.0.2"
firefox-stable-version: &firefox-stable-version "135.0"

orbs:
browser-tools: circleci/[email protected].0
browser-tools: circleci/[email protected].2

defaults: &defaults
parallelism: 1
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
Loading