Update ci_e2e.yml
This commit is contained in:
parent
35d1372d01
commit
8d18795555
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
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/84.0.4147.135/chromedriver_linux64.zip
|
||||
wget -N https://chromedriver.storage.googleapis.com/85.0.4183.83/chromedriver_linux64.zip
|
||||
unzip chromedriver_linux64.zip
|
||||
sudo mv -f chromedriver /usr/local/share/chromedriver
|
||||
sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
|
||||
|
|
|
|||
Loading…
Reference in New Issue