find out where its installed
This commit is contained in:
parent
bd63e6464c
commit
c2543f8cac
@ -28,10 +28,12 @@ jobs:
|
||||
apt update -y
|
||||
apt upgrade -y
|
||||
|
||||
- name: Install Edge and EdgeDriver for Linux
|
||||
- name: Install Chrome and Chromedriver for Linux
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
apt install -y chromium-browser chromium-driver
|
||||
which chromium-browser
|
||||
which chromium-driver
|
||||
|
||||
- name: Run the pytests
|
||||
run: pytest -c pytest.ini -m chrome
|
||||
|
Loading…
Reference in New Issue
Block a user