mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Merge pull request #53 from PR0M3TH3AN/codex/update-e2e.yml-to-install-dependencies
Update e2e workflow dependencies
This commit is contained in:
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
@@ -13,7 +13,8 @@ jobs:
|
|||||||
- 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
|
sudo apt-get install -y tor qrencode imagemagick jq python3-pip nodejs npm
|
||||||
|
npm install -g javascript-obfuscator html-minifier-terser
|
||||||
pip install onionshare-cli==2.*
|
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
|
||||||
|
Reference in New Issue
Block a user