Skip to content

Commit e7d81ab

Browse files
committed
unzip for right location
1 parent 366af06 commit e7d81ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ assert_success "it packages all bins" package_all
7878
rm test-out.log > /dev/null 2>&1
7979
rm -rf /tmp/lambda > /dev/null 2>&1
8080
unzip -o \
81-
target/lambda/release/test-func.zip \
81+
target/lambda/release/bootstrap.zip \
8282
-d /tmp/lambda > /dev/null 2>&1 && \
8383
docker run \
8484
-i -e DOCKER_LAMBDA_USE_STDIN=1 \

0 commit comments

Comments
 (0)