diff --git a/.gitea/plugin_repo_tests/action.yml b/.gitea/plugin_repo_tests/action.yml index 5b0e53b..d2864a8 100644 --- a/.gitea/plugin_repo_tests/action.yml +++ b/.gitea/plugin_repo_tests/action.yml @@ -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::"