nearly there?

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