nearly there?
This commit is contained in:
parent
7e98896f81
commit
da3cb6ca62
@ -51,7 +51,11 @@ jobs:
|
||||
chromedriver --version
|
||||
|
||||
- name: Run the pytests
|
||||
run: pytest -c pytest.ini -m chrome
|
||||
run:
|
||||
export PATH=$PATH:${{gitea.workspace}}/chrome-linux64
|
||||
export PATH=$PATH:${{gitea.workspace}}/drivers
|
||||
pytest -c pytest.ini -m chrome
|
||||
|
||||
|
||||
- name: Run the behave tests
|
||||
run: behave --tags=mark.chrome
|
||||
|
Loading…
Reference in New Issue
Block a user