Setup for L0 Testcases (#8)
* Setup for L0 Testcases * Issue Fix * Issue Fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Review fix * Install dependencies in all runs * To get review on the approach of installing only dev-dep in case of releases * Removed npm build, using just install
This commit is contained in:
@ -100,7 +100,7 @@ async function setContext() {
|
||||
}
|
||||
}
|
||||
|
||||
async function run() {
|
||||
export async function run() {
|
||||
let kubeconfig = getKubeconfig();
|
||||
const runnerTempDirectory = process.env['RUNNER_TEMP']; // Using process.env until the core libs are updated
|
||||
const kubeconfigPath = path.join(runnerTempDirectory, `kubeconfig_${Date.now()}`);
|
||||
|
Reference in New Issue
Block a user