nearly there?
Some checks failed
Pylint / build (3.12) (push) Waiting to run
ChromeTests / build (3.12) (push) Failing after 1m1s
EdgeTests / build (3.12) (push) Has been cancelled

This commit is contained in:
Greg Gauthier 2024-07-23 22:17:33 +01:00
parent 7e98896f81
commit da3cb6ca62

View File

@ -51,7 +51,11 @@ jobs:
chromedriver --version chromedriver --version
- name: Run the pytests - 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 - name: Run the behave tests
run: behave --tags=mark.chrome run: behave --tags=mark.chrome