0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

ci: run e2e tests without --flush-redis

This commit is contained in:
2025-04-11 18:00:05 +02:00
committed by wakonig_k
parent 6366311456
commit a4ba66ac1f

View File

@ -216,7 +216,7 @@ end-2-end-conda:
- pip install -e ./ophyd_devices - pip install -e ./ophyd_devices
- pip install -e .[dev,pyside6] - pip install -e .[dev,pyside6]
- pytest -v --files-path ./ --start-servers --flush-redis --random-order ./tests/end-2-end - pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end
artifacts: artifacts:
when: on_failure when: on_failure