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::"