mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-14 16:46:43 +00:00
run format
This commit is contained in:
@@ -25,15 +25,10 @@ export class TestHelper {
|
|||||||
process.env['ACTIONS_RUNNER_KUBERNETES_NAMESPACE'] = 'default'
|
process.env['ACTIONS_RUNNER_KUBERNETES_NAMESPACE'] = 'default'
|
||||||
|
|
||||||
await this.cleanupK8sResources()
|
await this.cleanupK8sResources()
|
||||||
try
|
try {
|
||||||
{
|
|
||||||
await this.createTestVolume()
|
await this.createTestVolume()
|
||||||
await this.createTestJobPod()
|
await this.createTestJobPod()
|
||||||
}
|
} catch {}
|
||||||
catch
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
fs.mkdirSync(`${this.tempDirPath}/work/repo/repo`, { recursive: true })
|
fs.mkdirSync(`${this.tempDirPath}/work/repo/repo`, { recursive: true })
|
||||||
fs.mkdirSync(`${this.tempDirPath}/externals`, { recursive: true })
|
fs.mkdirSync(`${this.tempDirPath}/externals`, { recursive: true })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user