Update action.yml
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user