Skip to content

Commit 4123ebe

Browse files
wip
1 parent 89b48e3 commit 4123ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- run: selenium-standalone start &
3737
- run: npm install
3838
- run: npm run build --if-present
39-
# - run: wget http://tlog.galvanicloop.com/illjusthostmyown/google-chrome-stable_70.0.3538.77-1_amd64.deb
39+
- run: wget http://tlog.galvanicloop.com/illjusthostmyown/google-chrome-stable_70.0.3538.77-1_amd64.deb
4040
- run: sudo apt update
41-
# - run: sudo apt install -y ./google-chrome-stable_70.0.3538.77-1_amd64.deb --allow-downgrades
41+
- run: sudo apt install -y ./google-chrome-stable_70.0.3538.77-1_amd64.deb --allow-downgrades
4242
- run: sudo apt install -y default-jdk
4343
- run: npm run e2e
4444
- run: ./test/testlogfiles/logdownloader.sh

0 commit comments

Comments
 (0)