just friggin install it
This commit is contained in:
parent
b175d496f2
commit
a9ecf5c0d4
@ -35,12 +35,17 @@ jobs:
|
||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
# dpkg -i google-chrome-stable_current_amd64.deb
|
||||
dpkg -i --force-all google-chrome-stable_current_amd64.deb
|
||||
google-chrome --version
|
||||
|
||||
wget https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip
|
||||
unzip chromedriver_linux64.zip
|
||||
mv chromedriver drivers
|
||||
|
||||
- name: Verify Installation
|
||||
run: |
|
||||
which google-chrome
|
||||
google-chrome --version
|
||||
drivers/chromedriver --version
|
||||
|
||||
- name: Run the pytests
|
||||
run: pytest -c pytest.ini -m chrome
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user