mirror of
https://github.com/actions/cache.git
synced 2025-04-21 11:36:45 +00:00
Small improvements
This commit is contained in:
parent
a5631aba37
commit
64ae8e04f8
5 changed files with 10 additions and 15 deletions
|
@ -214,7 +214,7 @@ test("Fail restore when fail on cache miss is enabled and primary key not found"
|
|||
path: path,
|
||||
key,
|
||||
restoreKeys: [restoreKey],
|
||||
failOnCacheMiss: true
|
||||
failOnCacheMiss: "true"
|
||||
});
|
||||
|
||||
const failedMock = jest.spyOn(core, "setFailed");
|
||||
|
@ -248,7 +248,7 @@ test("Fail restore when fail on cache miss is enabled and primary key doesn't ma
|
|||
path: path,
|
||||
key,
|
||||
restoreKeys: [restoreKey],
|
||||
failOnCacheMiss: true
|
||||
failOnCacheMiss: "true"
|
||||
});
|
||||
|
||||
const failedMock = jest.spyOn(core, "setFailed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue