Skip to content

Commit 127d903

Browse files
committed
lambda-debugging-sam-python
1 parent 29fcf7a commit 127d903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda-debugging-sam-python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ ready: ## Wait until LocalStack is running
111111
@localstack wait -t 30 && echo LocalStack is ready to use! || (echo Gave up waiting on LocalStack, exiting. && exit 1)
112112

113113
test-ci:
114-
make start install ready deploy wait invoke; return_code=`echo $$?`;\
114+
make start install build ready deploy wait invoke; return_code=`echo $$?`;\
115115
echo "Interactive debugging not tested in CI"; exit $$return_code;

0 commit comments

Comments
 (0)