aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml5
-rw-r--r--.github/workflows/tests.yml8
2 files changed, 9 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bc96ed26..f58644be 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -10,3 +10,8 @@ updates:
directory: "/desktop"
schedule:
interval: "weekly"
+
+ - package-ecosystem: "poetry"
+ directory: "/docs"
+ schedule:
+ interval: "weekly" \ No newline at end of file
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