forked from waja/action-debian-package
Compare commits
1 commit
3c1494746f
...
b8d01dd582
Author | SHA1 | Date | |
---|---|---|---|
b8d01dd582 |
1 changed files with 7 additions and 1 deletions
8
main.js
8
main.js
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue