mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Update test plan doc regarding warn behavior
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
This commit is contained in:
committed by
Jason Ginchereau
co-authored by
Copilot Autofix powered by AI
parent
998c5ad7fd
commit
62e4d31b22
+2
-2
@@ -152,8 +152,8 @@ lists" and observe `extractTar`'s reaction. They mock `@actions/exec`,
|
||||
- Clean archive → no warning, no throw, extraction proceeds
|
||||
- `listAndValidate` throws → wrapped as `CacheIntegrityError(PARSE_ERROR)`,
|
||||
system tar not invoked
|
||||
- Parse failure in `'warn'` mode → still wrapped as `CacheIntegrityError(PARSE_ERROR)`
|
||||
and surfaced (we can't trust the archive when we can't even read it)
|
||||
- Parse failure in `'warn'` mode → warning is logged, validation is skipped,
|
||||
and extraction still proceeds
|
||||
|
||||
### Plumbing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user