mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Pin chromedriver to stable version (#1856)
https://github.com/nanasess/setup-chromedriver/issues/199
This commit is contained in:
6
.github/workflows/elixir.yml
vendored
6
.github/workflows/elixir.yml
vendored
@@ -306,6 +306,12 @@ jobs:
|
||||
options: --cap-add=IPC_LOCK
|
||||
steps:
|
||||
- uses: nanasess/setup-chromedriver@v2
|
||||
with:
|
||||
# XXX: This is an unfortunate workaround due to this issue:
|
||||
# https://github.com/nanasess/setup-chromedriver/issues/199
|
||||
# Still, it may not hurt to pin chromedriver and/or Chrome for more repeatable tests and
|
||||
# possibly even matrix these to multiple versions to increase browser coverage.
|
||||
chromedriver-version: '115.0.5790.102'
|
||||
- uses: erlef/setup-beam@v1
|
||||
with:
|
||||
otp-version: "26.0.2"
|
||||
|
||||
Reference in New Issue
Block a user