Merge pull request #53 from PR0M3TH3AN/codex/update-e2e.yml-to-install-dependencies

Update e2e workflow dependencies
This commit is contained in:
thePR0M3TH3AN
2025-06-19 19:45:29 -04:00
committed by GitHub

View File

@@ -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