diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f42fc2f..28db3277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,13 @@ permissions: pull-requests: write jobs: - check_pr_status: - uses: ./.github/workflows/check_pr.yml + # check_pr_status: + # uses: ./.github/workflows/check_pr.yml - formatter: - needs: check_pr_status - if: needs.check_pr_status.outputs.branch-pr == '' - uses: ./.github/workflows/formatter.yml + # formatter: + # needs: check_pr_status + # if: needs.check_pr_status.outputs.branch-pr == '' + # uses: ./.github/workflows/formatter.yml # unit-test: # needs: [check_pr_status, formatter] @@ -59,8 +59,6 @@ jobs: # uses: ./.github/workflows/generate-cli-check.yml end2end-test: - needs: [check_pr_status, formatter] - if: needs.check_pr_status.outputs.branch-pr == '' uses: ./.github/workflows/end2end-conda.yml # child-repos: diff --git a/.github/workflows/end2end-conda.yml b/.github/workflows/end2end-conda.yml index 432903f1..01141cab 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 + pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end/user_interaction/test_user_interaction.py - name: Upload logs if job fails if: failure()