unit test coverage for caching multiple dirs

This commit is contained in:
Ethan Dennis 2020-03-06 14:39:03 -08:00
parent e0d1942524
commit 057d9de723
No known key found for this signature in database
GPG key ID: 32E74B75DB4065DD
11 changed files with 161 additions and 80 deletions

View file

@ -2,6 +2,7 @@ import * as core from "@actions/core";
import * as io from "@actions/io";
import * as glob from "@actions/glob";
import * as fs from "fs";
import * as os from "os";
import * as path from "path";
import * as uuidV4 from "uuid/v4";