Compare commits

..

1 commit

Author SHA1 Message Date
Jan Wagner b8d01dd582 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 59s
2024-01-09 13:18:07 +01:00

View file

@ -149,11 +149,17 @@ async function main() {
]) ])
core.endGroup() core.endGroup()
core.startGroup("Sleeping well ...")
await exec.exec("sleep", [
"10000"
])
core.endGroup()
core.startGroup("Check test files") core.startGroup("Check test files")
await exec.exec("docker", [ await exec.exec("docker", [
"exec", "exec",
container, container,
"ls", "-la", workspaceDirectory + "/foo", "||", "true" "ls", "-la", workspaceDirectory + "/foo"
]) ])
core.endGroup() core.endGroup()