mirror of
https://github.com/actions/cache.git
synced 2024-11-13 01:24:04 +01:00
f7ebb81a3f
* Consume latest toolkit and fix dangling promise bug * Pass earlyExit parameter to run method so tests don't hang * Pass earlyExit parameter to run method so tests don't hang * Refactor restore files to have better patterns for testing * style
3 lines
63 B
TypeScript
3 lines
63 B
TypeScript
import { restoreRun } from "./restoreImpl";
|
|
|
|
restoreRun(true);
|