Skip to content

Commit 5d5d869

Browse files
committed
fix ubuntu run volume mount
1 parent 4ee47fb commit 5d5d869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "running ubuntu-latest-lambda"
8282
ls -al lambdas/ubuntu-latest-lambda
8383
unzip -o \
84-
lambdas/macox-latest-lambda/test-func.zip \
84+
lambdas/ubuntu-latest-lambda/test-func.zip \
8585
-d /tmp/ubuntu-latest-lambda
8686
docker run \
8787
-i --rm \

0 commit comments

Comments
 (0)