wip
All checks were successful
CI Beamline / test (push) Successful in 29s
CI Beamline / test (pull_request) Successful in 32s

This commit is contained in:
2025-06-25 20:36:44 +02:00
parent 5717b4fe79
commit 867e7bf75b

View File

@ -104,7 +104,6 @@ jobs:
shell: bash shell: bash
# if: ( steps.plugin_checkout.outputs.skip_tests != 'true' ) # if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
run: | run: |
cd ./phoenix_bec
# echo "::group::Running Pytest" # echo "::group::Running Pytest"
pytest -v --maxfail=2 --random-order ./tests pytest -v --maxfail=2 --random-order ./tests
# echo "::endgroup::" # echo "::endgroup::"