mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 07:28:43 +00:00
ci: run e2e tests in offline mode
This commit is contained in:
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
@@ -8,14 +8,15 @@ jobs:
|
|||||||
e2e:
|
e2e:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
env:
|
||||||
|
VOXVERA_E2E_OFFLINE: "1"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
npm install -g javascript-obfuscator html-minifier-terser
|
||||||
pip install onionshare-cli==2.*
|
|
||||||
- name: Run end-to-end tests
|
- name: Run end-to-end tests
|
||||||
run: ci/test-e2e.sh
|
run: ci/test-e2e.sh
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
|
Reference in New Issue
Block a user