We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7343094 commit e1bbe89Copy full SHA for e1bbe89
.github/workflows/main.yml
@@ -61,6 +61,7 @@ jobs:
61
unzip -o \
62
lambdas/macos-latest-lambda/test-func.zip \
63
-d /tmp/macos-latest-lambda
64
+ ls -alh /tmp/macos-latest-lambda
65
docker run \
66
-i --rm \
67
-v /tmp/macos-latest-lambda:/var/task:ro,delegated \
@@ -72,6 +73,7 @@ jobs:
72
73
74
lambdas/windows-latest-lambda/test-func.zip \
75
-d /tmp/windows-latest-lambda
76
+ ls -alh /tmp/windows-latest-lambda
77
78
79
-v /tmp/windows-latest-lambda:/var/task:ro,delegated \
@@ -83,6 +85,7 @@ jobs:
83
85
84
86
lambdas/ubuntu-latest-lambda/test-func.zip \
87
-d /tmp/ubuntu-latest-lambda
88
+ ls -alh /tmp/ubuntu-latest-lambda
89
90
91
-v /tmp/ubuntu-latest-lambda:/var/task:ro,delegated \
0 commit comments