aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2023-10-09 15:54:19 +1100
committerMiguel Jacq <mig@mig5.net>2023-10-09 16:01:38 +1100
commit4e3835a246bb5fd19693797d0263d7158f56ce81 (patch)
tree870b8979d10aaecff82498589c62b859e2a63cd7 /.github/workflows/tests.yml
parent456ce33e0af25a377cc5288c4a72f203b446ea38 (diff)
downloadonionshare-cli-qr.tar.gz
onionshare-cli-qr.zip
Add QR code for private key, update testscli-qr
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f124a4bd..da7ac335 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -29,10 +29,11 @@ jobs:
- run: |
cd cli
poetry run pytest -v ./tests
- 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
+ poetry run onionshare-cli --local-only ./tests --auto-stop-timer 2 --qr --verbose
+ poetry run onionshare-cli --local-only ./tests --auto-start-timer 2 --auto-stop-timer 2 --qr --verbose
+ poetry run onionshare-cli --local-only --receive --auto-stop-timer 2 --qr --verbose
+ poetry run onionshare-cli --local-only --website ../docs --auto-stop-timer 2 --qr --verbose
+ poetry run onionshare-cli --local-only --chat --auto-stop-timer 5 --qr --verbose
test-desktop:
runs-on: ubuntu-latest