mirror of
https://github.com/actions/cache.git
synced 2025-04-22 12:06:45 +00:00
Introduce save-only option for parity
This commit is contained in:
parent
e44e77f968
commit
42580c43b4
7 changed files with 83 additions and 10 deletions
|
@ -414,7 +414,7 @@ test("save skipped with restore only", async () => {
|
|||
await run();
|
||||
|
||||
expect(infoMock).toHaveBeenCalledWith(
|
||||
"Cache action configured for restore-only, skipping save step"
|
||||
"Cache action configured for restore-only, skipping save step."
|
||||
);
|
||||
|
||||
expect(reserveCacheMock).toHaveBeenCalledTimes(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue