|
|
@ -1,12 +1,13 @@
|
|
|
|
import * as core from "@actions/core";
|
|
|
|
import * as core from "@actions/core";
|
|
|
|
import * as io from "@actions/io";
|
|
|
|
import * as io from "@actions/io";
|
|
|
|
|
|
|
|
import { promises as fs } from "fs";
|
|
|
|
import * as os from "os";
|
|
|
|
import * as os from "os";
|
|
|
|
import * as path from "path";
|
|
|
|
import * as path from "path";
|
|
|
|
import { promises as fs } from "fs";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { Events, Outputs, State } from "../src/constants";
|
|
|
|
import { Events, Outputs, State } from "../src/constants";
|
|
|
|
import { ArtifactCacheEntry } from "../src/contracts";
|
|
|
|
import { ArtifactCacheEntry } from "../src/contracts";
|
|
|
|
import * as actionUtils from "../src/utils/actionUtils";
|
|
|
|
import * as actionUtils from "../src/utils/actionUtils";
|
|
|
|
|
|
|
|
|
|
|
|
import uuid = require("uuid");
|
|
|
|
import uuid = require("uuid");
|
|
|
|
|
|
|
|
|
|
|
|
jest.mock("@actions/core");
|
|
|
|
jest.mock("@actions/core");
|
|
|
|