mirror of
https://github.com/actions/cache.git
synced 2026-07-04 06:09:31 +00:00
Switched to forked toolkit
This commit is contained in:
parent
8cf0abb534
commit
fed9ab945e
70 changed files with 219203 additions and 26887 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import * as core from "@actions/core";
|
||||
import * as cache from "github-actions.cache-s3";
|
||||
|
||||
import * as cache from "../src/backend";
|
||||
import { Events, RefKey } from "../src/constants";
|
||||
import * as actionUtils from "../src/utils/actionUtils";
|
||||
import * as testUtils from "../src/utils/testUtils";
|
||||
|
||||
jest.mock("@actions/core");
|
||||
jest.mock("../src/backend");
|
||||
jest.mock("github-actions.cache-s3");
|
||||
|
||||
beforeAll(() => {
|
||||
jest.spyOn(core, "getInput").mockImplementation((name, options) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue