Skip to content

Commit

Permalink
Fix Github Actions in webship-js #120
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaimaaNatshah committed Dec 26, 2023
1 parent d49c6b9 commit b79a0e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
sudo apt-get install libappindicator1 fonts-liberation libgbm1 libgtk-3-0 xdg-utils
export CHROME_BIN=/usr/bin/google-chrome
CHROME_VERSION="120.0.6099.109-1"
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.109/linux64/chrome-linux64.zip
sudo dpkg -i google-chrome-stable_chrome-linux64.zip
rm google-chrome-stable_chrome-linux64.zip
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_VERSION/linux64/chrome-linux64.zip
unzip chrome-linux64.zip
sudo chmod +x chrome
sudo mv -f chrome /usr/bin/
rm chrome-linux64.zip
- name: Install/Update Chrome Driver
run: |
CHROME_DRIVER_VERSION=120.0.6099.109;
Expand Down

0 comments on commit b79a0e9

Please sign in to comment.