Browse Source

Update ci_e2e.yml

pull/3/MERGE
xingchun-chen 4 years ago committed by GitHub
parent
commit
2e175ff3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci_e2e.yml

2
.github/workflows/ci_e2e.yml

@ -55,7 +55,7 @@ jobs:
- name: Prepare e2e env
run: |
sudo apt-get install -y libxss1 libappindicator1 libindicator7 xvfb unzip libgbm1
wget https://dl.google.com/linux/direct/google-chrome-stable_85.0.4183.83_amd64.deb
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
sudo apt-get install -f -y
wget -N https://chromedriver.storage.googleapis.com/85.0.4183.83/chromedriver_linux64.zip

Loading…
Cancel
Save