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