mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 06:49:44 -05:00
Add verbosity to CLI poetry tests
This commit is contained in:
parent
32bb224d20
commit
acac812b3b
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -29,10 +29,10 @@ jobs:
|
||||
- run: |
|
||||
cd cli
|
||||
poetry run pytest -v ./tests
|
||||
poetry run onionshare-cli --local-only ./tests --auto-stop-timer 2
|
||||
poetry run onionshare-cli --local-only --receive --auto-stop-timer 2
|
||||
poetry run onionshare-cli --local-only --website ../docs --auto-stop-timer 2
|
||||
poetry run onionshare-cli --local-only --chat --auto-stop-timer 5
|
||||
poetry run onionshare-cli --local-only ./tests --auto-stop-timer 2 --verbose
|
||||
poetry run onionshare-cli --local-only --receive --auto-stop-timer 2 --verbose
|
||||
poetry run onionshare-cli --local-only --website ../docs --auto-stop-timer 2 --verbose
|
||||
poetry run onionshare-cli --local-only --chat --auto-stop-timer 5 --verbose
|
||||
|
||||
test-desktop:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user