Add verbosity to CLI poetry tests

This commit is contained in:
Miguel Jacq 2023-05-30 16:32:45 +10:00
parent 434550f9f9
commit 1862352679

View file

@ -29,10 +29,10 @@ jobs:
- run: | - run: |
cd cli cd cli
poetry run pytest -v ./tests poetry run pytest -v ./tests
poetry run onionshare-cli --local-only ./tests --auto-stop-timer 2 poetry run onionshare-cli --local-only ./tests --auto-stop-timer 2 --verbose
poetry run onionshare-cli --local-only --receive --auto-stop-timer 2 poetry run onionshare-cli --local-only --receive --auto-stop-timer 2 --verbose
poetry run onionshare-cli --local-only --website ../docs --auto-stop-timer 2 poetry run onionshare-cli --local-only --website ../docs --auto-stop-timer 2 --verbose
poetry run onionshare-cli --local-only --chat --auto-stop-timer 5 poetry run onionshare-cli --local-only --chat --auto-stop-timer 5 --verbose
test-desktop: test-desktop:
runs-on: ubuntu-latest runs-on: ubuntu-latest