find out where its installed
This commit is contained in:
parent
bd63e6464c
commit
c2543f8cac
@ -28,10 +28,12 @@ jobs:
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
|
|
||||||
- name: Install Edge and EdgeDriver for Linux
|
- name: Install Chrome and Chromedriver for Linux
|
||||||
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
|
||||||
|
which chromium-driver
|
||||||
|
|
||||||
- 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