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 +```