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