Commit 4def28a
authored
## Bug Fixes: Temp File Cleanup (Bug #1 and Bug #2)
Fixes critical bugs by adding explicit cleanup of temp files at the
start of each job.
**Root Cause:** /tmp directory persists between jobs in GitHub Actions.
**Bugs Fixed:**
- Bug #1: Exit code 1 on successful validations (Test Cases #1, #2)
- Bug #2: Wrong image processed (Test Case #6)
**Solution:** Add `rm -f` cleanup at start of each step using temp
files.
---
Will recreate tag v1.1.1 after merge to avoid changing caller workflows.
1 parent 1c277e3 commit 4def28a
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
211 | 214 | | |
212 | 215 | | |
213 | 216 | | |
| |||
273 | 276 | | |
274 | 277 | | |
275 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
276 | 282 | | |
277 | 283 | | |
278 | 284 | | |
| |||
377 | 383 | | |
378 | 384 | | |
379 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
380 | 389 | | |
381 | 390 | | |
382 | 391 | | |
| |||
0 commit comments