Skip to content

Commit 60adb49

Browse files
committed
ci: Add CI env var check to debug workflow
Also checking the CI environment variable which might trigger TMT verbose mode. Assisted-by: Claude Code (Sonnet 4.5)
1 parent 683aee3 commit 60adb49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/debug-tmt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
echo "=== TMT version ==="
3737
tmt --version
3838
39-
echo "=== Critical: Check RUNNER_DEBUG and ENABLE_RUNNER_TRACING ==="
39+
echo "=== Critical: Check RUNNER_DEBUG, ENABLE_RUNNER_TRACING, and CI ==="
4040
echo "RUNNER_DEBUG=${RUNNER_DEBUG:-<not set>}"
4141
echo "ENABLE_RUNNER_TRACING=${ENABLE_RUNNER_TRACING:-<not set>}"
4242
echo "ACTIONS_STEP_DEBUG=${ACTIONS_STEP_DEBUG:-<not set>}"
4343
echo "TMT_DEBUG=${TMT_DEBUG:-<not set>}"
44+
echo "CI=${CI:-<not set>}"
4445
4546
echo "=== All environment variables (full list) ==="
4647
env | sort

0 commit comments

Comments
 (0)