0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

ci: increased verbosity for e2e tests

This commit is contained in:
2024-06-04 14:48:12 +02:00
parent 131f49da8e
commit 4af1abe4e1

View File

@ -273,7 +273,7 @@ end-2-end-conda:
- cd ../
- pip install -e .[dev,pyqt6]
- cd ./tests/end-2-end
- pytest --start-servers --flush-redis --random-order
- pytest -v --start-servers --flush-redis --random-order
artifacts:
when: on_failure