expanded verbose logging
This commit is contained in:
parent
74af52c464
commit
32236a73a0
@ -44,8 +44,6 @@ jobs:
|
||||
|
||||
- name: Verify Installation
|
||||
run: |
|
||||
pwd
|
||||
echo ${{gitea.workspace}}
|
||||
export PATH=$PATH:${{gitea.workspace}}/chrome-linux64
|
||||
which chrome
|
||||
which chromedriver
|
||||
@ -56,7 +54,7 @@ jobs:
|
||||
run: |
|
||||
export PATH=$PATH:${{gitea.workspace}}/chrome-linux64
|
||||
export PATH=$PATH:${{gitea.workspace}}/drivers
|
||||
pytest -c pytest.ini -m chrome
|
||||
pytest -vv -c pytest.ini -m chrome
|
||||
|
||||
|
||||
- name: Run the behave tests
|
||||
|
Loading…
Reference in New Issue
Block a user