diff --git a/action.yml b/action.yml index de53e80..5005d31 100644 --- a/action.yml +++ b/action.yml @@ -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