From 1f54d003349256e418810264e191ef5b07cd5c19 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 13 Jun 2025 19:00:15 +0200 Subject: [PATCH] wip - added groups --- .gitea/plugin_repo_tests/action.yml | 2 ++ 1 file changed, 2 insertions(+) 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::"