File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
run : |
59
59
echo "running macox-latest-lambda"
60
60
unzip -o \
61
- lambda /macox-latest-lambda/test-func.zip \
61
+ lambdas /macox-latest-lambda/test-func.zip \
62
62
-d /tmp/macox-latest-lambda > /dev/null 2>&1 && \
63
63
docker run \
64
64
-i --rm \
68
68
run : |
69
69
echo "running windows-latest-lambda"
70
70
unzip -o \
71
- lambda /windows-latest-lambda/test-func.zip \
71
+ lambdas /windows-latest-lambda/test-func.zip \
72
72
-d /tmp/windows-latest-lambda > /dev/null 2>&1 && \
73
73
docker run \
74
74
-i --rm \
78
78
run : |
79
79
echo "running ubuntu-latest-lambda"
80
80
unzip -o \
81
- lambda /macox-latest-lambda/test-func.zip \
81
+ lambdas /macox-latest-lambda/test-func.zip \
82
82
-d /tmp/ubuntu-latest-lambda > /dev/null 2>&1 && \
83
83
docker run \
84
84
-i --rm \
You can’t perform that action at this time.
0 commit comments