trying to fix the chromedriver link
This commit is contained in:
parent
f7b81266fc
commit
8c821b3c08
@ -32,10 +32,8 @@ jobs:
|
|||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
apt install -y chromium-browser chromium-driver
|
apt install -y chromium-browser chromium-driver
|
||||||
which chromium-browser
|
chromium-browser --version
|
||||||
which chromium-chromedriver
|
chromium-chromedriver --version
|
||||||
ln -s /usr/bin/chromium-browser /usr/bin/chrome
|
|
||||||
ln -s /usr/bin/chromium-chromedriver /usr/bin/chromedriver
|
|
||||||
|
|
||||||
- name: Run the pytests
|
- name: Run the pytests
|
||||||
run: pytest -c pytest.ini -m chrome
|
run: pytest -c pytest.ini -m chrome
|
||||||
|
Loading…
Reference in New Issue
Block a user