Compare commits

..

1 commit

Author SHA1 Message Date
Jan Wagner 56b560b006 Going wild
Some checks failed
Test Action / test (amd64, -v, dropbear, debian/2022.83-1_bpo11+1, https://salsa.debian.org/debian/dropbear.git) (pull_request) Failing after 18s
2024-01-09 13:13:24 +01:00

View file

@ -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", [