This commit is contained in:
2025-06-16 09:52:16 +02:00
parent 1f54d00334
commit baa7c7fbb7

View File

@ -108,6 +108,6 @@ runs:
# if: ( steps.plugin_checkout.outputs.skip_tests != 'true' ) # if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
run: | run: |
cd ./_checkout_/${PLUGIN_REPO_NAME} cd ./_checkout_/${PLUGIN_REPO_NAME}
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::"