From 12f131e3c1991bc289fbbd4efef33fb3ff28db6f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 27 Aug 2025 19:07:19 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 10c3df1..8a27264 100644 --- a/action.yml +++ b/action.yml @@ -267,7 +267,7 @@ runs: --cov=${{ inputs.module-dir }} \ --json-report \ --json-report-file=markdown/pytest-report.json \ - --capture=no" + --capture=tee-sys" case "${{ inputs.env }}" in pixi) CMD="pixi run pytest -s $TEST_PATH $PYTEST_ARGS 1>>$PRINTS 2>>outputs/pytest-output.log || true" ;;