Skip to content

Commit 1922350

Browse files
committed
debug
1 parent f337940 commit 1922350

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

run-tca.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ TCA_COMMAND="tca analyze $ARGS || true"
9090
debug "Running TCA command: $TCA_COMMAND"
9191
TMP_OUTPUT=$(mktemp)
9292
TMP_ERROR=$(mktemp)
93+
tca analyze $ARGS
9394
eval $TCA_COMMAND > "$TMP_OUTPUT" 2> "$TMP_ERROR"
9495
EXIT_CODE=$? # Capture the exit code
9596
set -e
@@ -116,6 +117,7 @@ debug "TCA analysis completed"
116117
if [[ "${RUNNER_DEBUG:-}" == "1" ]]; then
117118
debug "Raw TCA output:"
118119
cat "$TMP_OUTPUT"
120+
cat "$TMP_ERROR"
119121
fi
120122

121123
# Check if there are no issues

0 commit comments

Comments
 (0)