We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b48e3 commit 4123ebeCopy full SHA for 4123ebe
.github/workflows/nodejs.yml
@@ -36,9 +36,9 @@ jobs:
36
- run: selenium-standalone start &
37
- run: npm install
38
- run: npm run build --if-present
39
-# - run: wget http://tlog.galvanicloop.com/illjusthostmyown/google-chrome-stable_70.0.3538.77-1_amd64.deb
+ - run: wget http://tlog.galvanicloop.com/illjusthostmyown/google-chrome-stable_70.0.3538.77-1_amd64.deb
40
- run: sudo apt update
41
-# - run: sudo apt install -y ./google-chrome-stable_70.0.3538.77-1_amd64.deb --allow-downgrades
+ - run: sudo apt install -y ./google-chrome-stable_70.0.3538.77-1_amd64.deb --allow-downgrades
42
- run: sudo apt install -y default-jdk
43
- run: npm run e2e
44
- run: ./test/testlogfiles/logdownloader.sh
0 commit comments