mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-08 22:40:31 +01:00
Merge pull request #960 from mokibit/github-verbose-integration-tests
github: Add verbose option to integration tests
This commit is contained in:
commit
6d8d3e94fe
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