mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-25 09:23:31 +01:00
github: Add verbose option to integration tests
Currently it is not possible to see which test output corresponds to which test exactly. Now before each new test its test name is printed. Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
parent
d905a7c638
commit
65d1fdeaa3
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
|
||||
- name: Run tests in tests/
|
||||
run: |
|
||||
python -m unittest tests/*.py
|
||||
python -m unittest -v tests/*.py
|
||||
env:
|
||||
TESTS_DEBUG: 1
|
||||
- name: Run tests in pytests/
|
||||
|
Loading…
Reference in New Issue
Block a user