Update action.yml

This commit is contained in:
2025-07-22 13:23:34 +02:00
parent abe09cf376
commit bc4e73bce8
+2 -2
View File
@@ -134,7 +134,7 @@ runs:
echo ""
echo "📊 Generating tests markdown summary..."
python3 <(curl -sSf https://gitea.psi.ch/tligui_y/test-ci/raw/main/json_to_md.py) \
python3 -c $(curl -sSf https://gitea.psi.ch/tligui_y/test-ci/raw/main/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..."
python3 <(curl -sSf https://gitea.psi.ch/tligui_y/test-ci/raw/main/json_to_tree.py) \
python3 -c $(curl -sSf https://gitea.psi.ch/tligui_y/test-ci/raw/main/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"