Skip to content

Commit

Permalink
Lock chrome version to ensure E2E enforcement unit download tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
currycoder committed Dec 17, 2024
1 parent 7b4a548 commit bd7ffa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ commands:
default: auto
type: string
steps:
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: "125.0.6422.112"
replace-existing: true
- browser-tools/install-chromedriver
- run:
name: "Install dependencies"
Expand Down

0 comments on commit bd7ffa7

Please sign in to comment.