From 99c3fc2656b660c120bb45652253e21900ebe11f Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:23:39 -0400 Subject: [PATCH] Add E2E workflow --- .github/workflows/e2e.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/e2e.yml diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml new file mode 100644 index 0000000..10dae14 --- /dev/null +++ b/.github/workflows/e2e.yml @@ -0,0 +1,25 @@ +name: E2E + +on: + push: + pull_request: + +jobs: + e2e: + runs-on: ubuntu-latest + timeout-minutes: 20 + steps: + - uses: actions/checkout@v3 + - name: Install dependencies + run: | + sudo apt-get update + sudo apt-get install -y tor qrencode imagemagick jq python3-pip + pip install onionshare-cli==2.* + - name: Run end-to-end tests + run: ci/test-e2e.sh + - name: Upload logs + if: always() + uses: actions/upload-artifact@v3 + with: + name: ci-logs + path: ci-logs/