From c44dab731a255e36723bfd162f95dd714fe1671c Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 11:49:41 +0100 Subject: [PATCH] main: list parent directory --- main.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.js b/main.js index c03480a..bab2d19 100644 --- a/main.js +++ b/main.js @@ -84,6 +84,11 @@ async function main() { core.endGroup() core.startGroup("Copy artifacts") + await exec.exec("docker", [ + "exec", + container, + "ls", "-lh", ".." + ]) await exec.exec("docker", [ "exec", container,