Merge pull request #57 from PR0M3TH3AN/codex/set-voxvera_e2e_offline-flag-in-ci-workflow

Run e2e tests in offline mode
This commit is contained in:
thePR0M3TH3AN
2025-06-19 20:40:42 -04:00
committed by GitHub

View File

@@ -8,14 +8,15 @@ jobs:
e2e:
runs-on: ubuntu-latest
timeout-minutes: 20
env:
VOXVERA_E2E_OFFLINE: "1"
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y tor qrencode imagemagick jq python3-pip nodejs npm
sudo apt-get install -y qrencode imagemagick jq python3-pip nodejs npm
npm install -g javascript-obfuscator html-minifier-terser
pip install onionshare-cli==2.*
- name: Run end-to-end tests
run: ci/test-e2e.sh
- name: Upload logs