Skip to content

Commit e1bbe89

Browse files
committed
print out unziped contents
1 parent 7343094 commit e1bbe89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
unzip -o \
6262
lambdas/macos-latest-lambda/test-func.zip \
6363
-d /tmp/macos-latest-lambda
64+
ls -alh /tmp/macos-latest-lambda
6465
docker run \
6566
-i --rm \
6667
-v /tmp/macos-latest-lambda:/var/task:ro,delegated \
@@ -72,6 +73,7 @@ jobs:
7273
unzip -o \
7374
lambdas/windows-latest-lambda/test-func.zip \
7475
-d /tmp/windows-latest-lambda
76+
ls -alh /tmp/windows-latest-lambda
7577
docker run \
7678
-i --rm \
7779
-v /tmp/windows-latest-lambda:/var/task:ro,delegated \
@@ -83,6 +85,7 @@ jobs:
8385
unzip -o \
8486
lambdas/ubuntu-latest-lambda/test-func.zip \
8587
-d /tmp/ubuntu-latest-lambda
88+
ls -alh /tmp/ubuntu-latest-lambda
8689
docker run \
8790
-i --rm \
8891
-v /tmp/ubuntu-latest-lambda:/var/task:ro,delegated \

0 commit comments

Comments
 (0)