From 12d8cc5b4bdc356d41a193138503d74e8ef91b43 Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Mon, 24 Jun 2024 00:36:32 -0700 Subject: [PATCH] github actions: add env var SELENIUM_CHROMEDRIVER_PATH for selenium testing otherwise selenium will try to download the driver itself, but it seems to have been failing, or something. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b1fc5dd..dbd6110c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: run: /bin/bash test.sh env: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} + SELENIUM_CHROMEDRIVER_PATH: /usr/bin/chromedriver docker-build: