Pin chromedriver to stable version (#1856)

https://github.com/nanasess/setup-chromedriver/issues/199
This commit is contained in:
Jamil
2023-08-03 20:16:08 -07:00
committed by GitHub
parent a13830f979
commit b144ce0b83

View File

@@ -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"