diff --git a/main.js b/main.js index 4a8cdf1..f838dd2 100644 --- a/main.js +++ b/main.js @@ -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()