Introduce save-only option for parity

This commit is contained in:
Jason T. Greene 2020-02-01 13:53:22 -06:00
parent e44e77f968
commit 42580c43b4
7 changed files with 83 additions and 10 deletions

View file

@ -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);