Files
VoxVera/.github/workflows/e2e.yml
2025-06-19 17:27:58 -04:00

26 lines
559 B
YAML

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@v4
with:
name: ci-logs
path: ci-logs/