mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-12 23:56:44 +00:00
Pass secrets more securely for container action
This commit is contained in:
@@ -27,7 +27,5 @@ describe('Run container step', () => {
|
||||
})
|
||||
afterEach(async () => {
|
||||
await testHelper.cleanup()
|
||||
// wait for the job cleanup
|
||||
await new Promise(resolve => setTimeout(resolve, 300 * 1000))
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user