From 1760f5f37ad4df6345867b0aaf7da121d0cdf06d Mon Sep 17 00:00:00 2001 From: Francesco Renzi Date: Wed, 21 Jan 2026 13:16:19 +0000 Subject: [PATCH] cleanup instructions --- instructions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/instructions.md b/instructions.md index 16f94143c..5c8e31067 100644 --- a/instructions.md +++ b/instructions.md @@ -49,3 +49,9 @@ in Chrome/Edge. ### Debugging a job Now we want to re-run a failed job for [this workflow](https://github.com/galactic-potatoes/rentziass-test/actions/workflows/self-hosted.yaml) with debug logging enabled. **Once we're on the new job page** we can open the extension and connect. Upon successful connection we'll see steps appear, and clicking the `Debug` button will launch the debugger in page. If anything goes south with connection here simply cancelling the job allows to try again. + +> IMPORTANT: after job cleanup is currently broken, after each job make sure to +> open a new terminal in the codespace and run +```bash +cd _layout/_work/rentziass-test/rentziass-test && rm -rf .git .github README.md doesnotexist result +```