From baa7c7fbb78c0e695c8470fdcd3cd0374c2b34e2 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 16 Jun 2025 09:52:16 +0200 Subject: [PATCH] wip --- .gitea/plugin_repo_tests/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/plugin_repo_tests/action.yml b/.gitea/plugin_repo_tests/action.yml index d2864a8..6360c51 100644 --- a/.gitea/plugin_repo_tests/action.yml +++ b/.gitea/plugin_repo_tests/action.yml @@ -108,6 +108,6 @@ runs: # if: ( steps.plugin_checkout.outputs.skip_tests != 'true' ) run: | cd ./_checkout_/${PLUGIN_REPO_NAME} - echo "::group::Running Pytest" + # echo "::group::Running Pytest" pytest -v --maxfail=2 --random-order ./tests - echo "::endgroup::" + # echo "::endgroup::"