Update ci_e2e.yml
This commit is contained in:
parent
f921fde1dd
commit
2e175ff3da
|
|
@ -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…
Reference in New Issue