From 1a39b71d5734641648407f51195db250f6040a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Mon, 5 Aug 2024 14:41:53 +0200 Subject: [PATCH] ci: add note about debugging to README --- mir-ci/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mir-ci/readme.md b/mir-ci/readme.md index bd28185e..90013e03 100644 --- a/mir-ci/readme.md +++ b/mir-ci/readme.md @@ -44,3 +44,12 @@ This runs internal tests. And to run it before each commit: `pre-commit install` + +## To debug runs in GitHub Actions +1. restart a failing run, checking the "Enable debug logging" box +2. wait for any step to fail +3. find the tmate connection details in the job logs: + ``` + Web shell: https://tmate.io/t/... + SSH: ssh ...@xxx.tmate.io + ```