Skip to content

Commit afc6ee0

Browse files
committed
debug logs from github actions
1 parent 71ff8f2 commit afc6ee0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ jobs:
3535
run: python -m unittest discover -s tests/unit -v
3636
env:
3737
ACTIONS_STEP_DEBUG: true # Enable debug logs
38-
39-
# SSH Debugging (Optional, Uncomment if needed)
40-
# - name: Debug with SSH
41-
# uses: mxschmitt/action-tmate@v3
38+
ACTIONS_RUNNER_DEBUG: true # Additional debug logs from Github Actions itself
39+
40+
# SSH Debugging (Optional)
41+
# Uncomment this step to open an SSH session into the GitHub Actions runner.
42+
# This helps debug issues that occur only in CI by allowing manual inspection.
43+
# Once enabled, GitHub will print an SSH command in the logs, which you can use to connect.
44+
# To exit the session and continue the workflow, type 'exit' in the terminal.
45+
#- name: Debug with SSH
46+
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)