mirror of
https://github.com/actions/toolkit.git
synced 2026-08-17 00:00:22 +02:00
Update tests to expect warnings instead of errors for non-5xx cache failures
Co-authored-by: Link- <[email protected]>
This commit is contained in:
co-authored by
Link-
parent
513216f1dd
commit
cf3aaeb491
Vendored
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"run": {
|
||||
"command": "lerna run tsc",
|
||||
"startTime": "2025-07-14T11:59:59.917Z",
|
||||
"endTime": "2025-07-14T12:00:02.973Z",
|
||||
"inner": false
|
||||
},
|
||||
"tasks": [
|
||||
{
|
||||
"taskId": "@actions/io:tsc",
|
||||
"target": "tsc",
|
||||
"projectName": "@actions/io",
|
||||
"hash": "6383941984474854638",
|
||||
"startTime": "2025-07-14T11:59:59.945Z",
|
||||
"endTime": "2025-07-14T12:00:02.841Z",
|
||||
"params": "",
|
||||
"cacheStatus": "cache-miss",
|
||||
"status": 1
|
||||
},
|
||||
{
|
||||
"taskId": "@actions/http-client:tsc",
|
||||
"target": "tsc",
|
||||
"projectName": "@actions/http-client",
|
||||
"hash": "18096640051185404072",
|
||||
"startTime": "2025-07-14T11:59:59.945Z",
|
||||
"endTime": "2025-07-14T12:00:02.972Z",
|
||||
"params": "",
|
||||
"cacheStatus": "cache-miss",
|
||||
"status": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user