aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2023-06-06 13:01:24 +0530
committerGitHub <noreply@github.com>2023-06-06 13:01:24 +0530
commitf3fec65ef4c91f1225328da5f682c3ba8ea5f0ba (patch)
tree5e6be2c1d0313efb9ba8244b8546645a23132fdb /.github/workflows/tests.yml
parentefaa5105e731fc7f8dd41162f7bee0e787ca2b16 (diff)
parentd6c732e20c5dac738462eb438272bfc053d844ce (diff)
downloadonionshare-f3fec65ef4c91f1225328da5f682c3ba8ea5f0ba.tar.gz
onionshare-f3fec65ef4c91f1225328da5f682c3ba8ea5f0ba.zip
Merge pull request #1677 from onionshare/update-deps
Update deps & switch to waitress for running flask servers
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index aebfe8eb..f124a4bd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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 2
+ 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