mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
Fixes #8 test webdriver auto-detection/download
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user