Add verbosity to CLI poetry tests

This commit is contained in:
Miguel Jacq 2023-05-30 16:32:45 +10:00
parent 32bb224d20
commit acac812b3b
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

View File

@ -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