mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
chore: update pyproject.toml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -153,7 +153,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Run unit tests
|
||||
run: pdm run utest
|
||||
run: pdm run utest:cov --cov=src/kleinanzeigen_bot
|
||||
|
||||
|
||||
- name: Run integration tests
|
||||
@@ -163,9 +163,9 @@ jobs:
|
||||
case "${{ matrix.os }}" in
|
||||
ubuntu-*)
|
||||
sudo apt-get install --no-install-recommends -y xvfb
|
||||
xvfb-run pdm run itest
|
||||
xvfb-run pdm run itest:cov
|
||||
;;
|
||||
*) pdm run itest
|
||||
*) pdm run itest:cov
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user