Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jul 25, 2020
1 parent 89b48e3 commit 4123ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- run: selenium-standalone start &
- run: npm install
- run: npm run build --if-present
# - 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
- run: sudo apt update
# - 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
- run: sudo apt install -y default-jdk
- run: npm run e2e
- run: ./test/testlogfiles/logdownloader.sh
Expand Down

0 comments on commit 4123ebe

Please sign in to comment.