mirror of
https://github.com/actions/runner.git
synced 2026-01-22 20:44:30 +08:00
cleanup instructions
This commit is contained in:
@@ -49,3 +49,9 @@ in Chrome/Edge.
|
|||||||
### Debugging a job
|
### 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.
|
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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user