Compare commits

..

1 commit

Author SHA1 Message Date
Jan Wagner b37da5f37a Going wild 2024-01-06 22:08:01 +01:00

View file

@ -105,6 +105,7 @@ async function main() {
core.endGroup()
core.startGroup("Check test files")
await exec.exec("ls", ["-la", workspaceDirectory])
await exec.exec("ls", ["-la", workspaceDirectory + "/foo"])
core.endGroup()