just friggin install it
Some checks failed
ChromeTests / build (3.12) (push) Failing after 56s
EdgeTests / build (3.12) (push) Successful in 1m10s
Pylint / build (3.12) (push) Successful in 12s

This commit is contained in:
Greg Gauthier 2024-07-23 21:39:33 +01:00
parent b175d496f2
commit a9ecf5c0d4

View File

@ -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