mirror of
https://github.com/actions/cache.git
synced 2025-04-19 10:36:46 +00:00
Changes after rebase
This commit is contained in:
parent
1bb6d2503c
commit
e614c5820d
7 changed files with 16 additions and 13 deletions
|
@ -232,7 +232,7 @@ test("restore with dry-run set", async () => {
|
|||
testUtils.setInputs({
|
||||
path: path,
|
||||
key,
|
||||
dryRun: "true"
|
||||
dryRun: true
|
||||
});
|
||||
|
||||
const infoMock = jest.spyOn(core, "info");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue