Fixes #8 test webdriver auto-detection/download

This commit is contained in:
sebthom
2022-02-10 04:51:08 +01:00
parent 43922bd812
commit 0e2e9c8669
2 changed files with 27 additions and 1 deletions

View File

@@ -76,7 +76,14 @@ jobs:
- name: run unit tests
run: |
pdm run test
case "${{ matrix.os }}" in
ubuntu-*)
sudo apt-get install -o Acquire::Retries=3 --no-install-recommends -y xvfb
xvfb-run pdm run test
;;
*) pdm run test
;;
esac
- name: run kleinanzeigen_bot
run: |