Update action.yml

This commit is contained in:
2025-08-06 16:48:59 +02:00
parent f39c037900
commit 0eb78af164
+3 -3
View File
@@ -127,9 +127,9 @@ runs:
echo "✅ Custom shell executed" >> $LOG_FILE
echo "Exit Code: 0" >> $LOG_FILE
# - name: Show custom shell log if failed
# if: failure()
- name: Show custom shell log if failed
if: failure()
cat outputs/custom-shell.log
- name: Run tests and generate reports
shell: bash