From 38c1602b56d64f44329868130c7d342db29d81cc Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 22 Jul 2025 13:43:19 +0200 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b6caebe..1c851f8 100644 --- a/action.yml +++ b/action.yml @@ -134,7 +134,7 @@ runs: echo "" echo "📊 Generating tests markdown summary..." - python test-ci/json_to_md.py \ + python ./test-ci/json_to_md.py \ --input "${{ inputs.report-dir }}/markdown/pytest-report.json" \ --output "${{ inputs.report-dir }}/markdown/TEST-REPORT.md" \ --log "${{ inputs.report-dir }}/markdown/raw-test-output.log" \ @@ -149,7 +149,7 @@ runs: echo "" echo "🌳 Generating JSON tree view..." - python test-ci/json_to_tree.py \ + python ./test-ci/json_to_tree.py \ "${{ inputs.report-dir }}/markdown/pytest-report.json" \ > "${{ inputs.report-dir }}/markdown/json-tree-gen.log" 2>&1 && { echo "✅ JSON tree view generated"