mirror of
https://github.com/actions/cache
synced 2026-06-01 11:16:09 -07: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
71 B
TypeScript
4 lines
71 B
TypeScript
import { restoreOnlyRun } from "./restoreImpl";
|
|
|
|
restoreOnlyRun(true);
|