forked from waja/action-debian-package
Compare commits
1 commit
75594905c0
...
b37da5f37a
Author | SHA1 | Date | |
---|---|---|---|
|
b37da5f37a |
1
main.js
1
main.js
|
@ -105,6 +105,7 @@ async function main() {
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
core.startGroup("Check test files")
|
core.startGroup("Check test files")
|
||||||
|
await exec.exec("ls", ["-la", workspaceDirectory])
|
||||||
await exec.exec("ls", ["-la", workspaceDirectory + "/foo"])
|
await exec.exec("ls", ["-la", workspaceDirectory + "/foo"])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue