mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-08 09:25:17 -04:00
Add verbosity to CLI poetry tests
This commit is contained in:
parent
434550f9f9
commit
1862352679
1 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue