adding psuedonyms for chromium
:
This commit is contained in:
parent
c2543f8cac
commit
f7b81266fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user