mirror of
https://git.studyfor.work/actions/cache.git
synced 2026-04-19 18:20:03 -04:00
* 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
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
import { restoreRun } from "./restoreImpl";
|
|
|
|
restoreRun(true);
|