From 1f1fa3930718fbb342aec878b9abe28ede805bb1 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 27 Aug 2025 20:18:36 +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 c324a49..41e0a80 100644 --- a/action.yml +++ b/action.yml @@ -266,7 +266,7 @@ runs: PYTEST_ARGS="--continue-on-collection-errors \ --cov=${{ inputs.module-dir }} \ --json-report \ - --json-report-file=markdown/pytest-report.json + --json-report-file=markdown/pytest-report.json" case "${{ inputs.env }}" in pixi) CMD="pixi run pytest -s $TEST_PATH $PYTEST_ARGS > outputs/pytest-output.log 2>&1 || true" ;;