diff --git a/.github/workflows/end2end-conda.yml b/.github/workflows/end2end-conda.yml index 01141cab..0d66472c 100644 --- a/.github/workflows/end2end-conda.yml +++ b/.github/workflows/end2end-conda.yml @@ -48,7 +48,7 @@ jobs: source ./bin/install_bec_dev.sh -t cd ../ pip install -e ./ophyd_devices -e .[dev,pyside6] -e ./bec_testing_plugin - pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end/user_interaction/test_user_interaction.py + pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end/user_interaction/test_user_interaction_e2e.py - name: Upload logs if job fails if: failure()