SetUp for L0 TestCases

This commit is contained in:
raghaves 2020-06-13 12:30:23 +05:30
parent b7b3104215
commit 2f3751f37e
8 changed files with 105 additions and 4 deletions

View file

@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.run = void 0;
const os = require("os");
const path = require("path");
const util = require("util");
@ -80,4 +81,5 @@ function run() {
core.setOutput('kubectl-path', cachedPath);
});
}
exports.run = run;
run().catch(core.setFailed);