add calls
This commit is contained in:
parent
a30a5ba788
commit
56f06c77fd
4 changed files with 6 additions and 2 deletions
2
lib/setup-tools.test.js
generated
2
lib/setup-tools.test.js
generated
|
|
@ -15,7 +15,9 @@ const ava_1 = __importDefault(require("ava"));
|
|||
const nock_1 = __importDefault(require("nock"));
|
||||
const path = __importStar(require("path"));
|
||||
const setupTools = __importStar(require("./setup-tools"));
|
||||
const testing_utils_1 = require("./testing-utils");
|
||||
const util = __importStar(require("./util"));
|
||||
testing_utils_1.silenceDebugOutput(ava_1.default);
|
||||
ava_1.default('download codeql bundle cache', async (t) => {
|
||||
await util.withTmpDir(async (tmpDir) => {
|
||||
process.env['GITHUB_WORKSPACE'] = tmpDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue