diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index cab4d884e..ee23f9c26 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -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"