expanded verbose logging
This commit is contained in:
parent
74af52c464
commit
32236a73a0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user