Skip to content

Commit

Permalink
github actions: add env var SELENIUM_CHROMEDRIVER_PATH for selenium t…
Browse files Browse the repository at this point in the history
…esting

otherwise selenium will try to download the driver itself, but it seems to have been failing, or something.
  • Loading branch information
naisanzaa committed Jun 24, 2024
1 parent 0709c7c commit 12d8cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: /bin/bash test.sh
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SELENIUM_CHROMEDRIVER_PATH: /usr/bin/chromedriver


docker-build:
Expand Down

0 comments on commit 12d8cc5

Please sign in to comment.