File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments