mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
feat: add browser profile XDG support and documentation (#777)
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -172,10 +172,11 @@ jobs:
|
||||
set -eux
|
||||
|
||||
case "${{ matrix.os }}" in
|
||||
ubuntu-*)
|
||||
sudo apt-get install --no-install-recommends -y xvfb
|
||||
xvfb-run pdm run itest:cov -vv
|
||||
;;
|
||||
ubuntu-*)
|
||||
sudo apt-get install --no-install-recommends -y xvfb
|
||||
# Run tests INSIDE xvfb context
|
||||
xvfb-run bash -c 'pdm run itest:cov -vv'
|
||||
;;
|
||||
*) pdm run itest:cov -vv
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user