mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: specify chrome version (#22681)
This commit is contained in:
committed by
GitHub
parent
c2e90f8c07
commit
77b4e42f61
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -206,7 +206,7 @@ jobs:
|
||||
|
||||
- name: Setup Webdriver
|
||||
if: matrix.build_type == 'system'
|
||||
run: bin/rails runner "require 'webdrivers'; Webdrivers::Chromedriver.update"
|
||||
run: bin/rails runner "require 'webdrivers'; Webdrivers::Chromedriver.required_version='114.0.5735.90'; Webdrivers::Chromedriver.update"
|
||||
|
||||
- name: Core System Tests
|
||||
if: matrix.build_type == 'system' && matrix.target == 'core'
|
||||
|
||||
Reference in New Issue
Block a user