expanded verbose logging
Some checks failed
ChromeTests / build (3.12) (push) Failing after 52s
EdgeTests / build (3.12) (push) Successful in 53s
Pylint / build (3.12) (push) Successful in 9s

This commit is contained in:
Greg Gauthier 2024-07-24 10:52:33 +01:00
parent 74af52c464
commit 32236a73a0

View File

@ -44,8 +44,6 @@ jobs:
- name: Verify Installation - name: Verify Installation
run: | run: |
pwd
echo ${{gitea.workspace}}
export PATH=$PATH:${{gitea.workspace}}/chrome-linux64 export PATH=$PATH:${{gitea.workspace}}/chrome-linux64
which chrome which chrome
which chromedriver which chromedriver
@ -56,7 +54,7 @@ jobs:
run: | run: |
export PATH=$PATH:${{gitea.workspace}}/chrome-linux64 export PATH=$PATH:${{gitea.workspace}}/chrome-linux64
export PATH=$PATH:${{gitea.workspace}}/drivers export PATH=$PATH:${{gitea.workspace}}/drivers
pytest -c pytest.ini -m chrome pytest -vv -c pytest.ini -m chrome
- name: Run the behave tests - name: Run the behave tests