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