Commit 58249c2
committed
fix(ci): use bash variable for PID in ssd-draft-memory-guard
GitHub Actions output contexts (${{ steps.X.outputs.Y }}) are not populated
until the step finishes. Trying to use it inside the same step resulted in an
empty string being passed to 'kill -0', causing the health check to instantly
abort the test runner. Switched to standard bash '0' capturing.1 parent c8b236d commit 58249c2
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
| 441 | + | |
441 | 442 | | |
442 | 443 | | |
443 | 444 | | |
444 | | - | |
| 445 | + | |
445 | 446 | | |
446 | 447 | | |
447 | 448 | | |
| |||
0 commit comments