We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683aee3 commit 60adb49Copy full SHA for 60adb49
.github/workflows/debug-tmt.yml
@@ -36,11 +36,12 @@ jobs:
36
echo "=== TMT version ==="
37
tmt --version
38
39
- echo "=== Critical: Check RUNNER_DEBUG and ENABLE_RUNNER_TRACING ==="
+ echo "=== Critical: Check RUNNER_DEBUG, ENABLE_RUNNER_TRACING, and CI ==="
40
echo "RUNNER_DEBUG=${RUNNER_DEBUG:-<not set>}"
41
echo "ENABLE_RUNNER_TRACING=${ENABLE_RUNNER_TRACING:-<not set>}"
42
echo "ACTIONS_STEP_DEBUG=${ACTIONS_STEP_DEBUG:-<not set>}"
43
echo "TMT_DEBUG=${TMT_DEBUG:-<not set>}"
44
+ echo "CI=${CI:-<not set>}"
45
46
echo "=== All environment variables (full list) ==="
47
env | sort
0 commit comments