wip - added groups

This commit is contained in:
2025-06-13 19:00:15 +02:00
parent d247a91ded
commit 1f54d00334

View File

@ -108,4 +108,6 @@ runs:
# if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
run: |
cd ./_checkout_/${PLUGIN_REPO_NAME}
echo "::group::Running Pytest"
pytest -v --maxfail=2 --random-order ./tests
echo "::endgroup::"