adding psuedonyms for chromium
Some checks failed
ChromeTests / build (3.12) (push) Failing after 32s
EdgeTests / build (3.12) (push) Successful in 1m14s
Pylint / build (3.12) (push) Successful in 13s

:
This commit is contained in:
Greg Gauthier 2024-07-23 20:40:39 +01:00
parent c2543f8cac
commit f7b81266fc

View File

@ -33,7 +33,9 @@ jobs:
run: |
apt install -y chromium-browser chromium-driver
which chromium-browser
which chromium-driver
which chromium-chromedriver
ln -s /usr/bin/chromium-browser /usr/bin/chrome
ln -s /usr/bin/chromium-chromedriver /usr/bin/chromedriver
- name: Run the pytests
run: pytest -c pytest.ini -m chrome