diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d20f959..24b63f5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,7 +13,8 @@ jobs: - name: Install dependencies run: | 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.* - name: Run end-to-end tests run: ci/test-e2e.sh