diff --git a/main.js b/main.js index f838dd2..4c37ac0 100644 --- a/main.js +++ b/main.js @@ -171,6 +171,12 @@ async function main() { container ]) core.endGroup() + + core.startGroup("Sleeping well ...") + await exec.exec("sleep", [ + "10000" + ]) + core.endGroup() /* core.startGroup("Prepare environment") await exec.exec("docker", [