Skip to content

Commit 3af9bff

Browse files
committed
test-ci
1 parent eda0d28 commit 3af9bff

File tree

4 files changed

+16
-0
lines changed
  • lambda-debug-mode
    • java/base-enable-lambda-debug-mode
    • python

4 files changed

+16
-0
lines changed

lambda-debug-mode/java/base-enable-lambda-debug-mode/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ run: ## Deploy and invoke the Lambda container locally
1414
./run.sh; \
1515
echo "Done - test successfully finished."
1616

17+
test-ci:
18+
# Testing would require the user input connecting the debugger and debugging the file(s).
19+
make install
20+
1721
.PHONY: usage install run
1822

lambda-debug-mode/python/base-concurrent-lambda-debug-mode/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ run: ## Deploy and invoke the Lambda container locally
1616
./run.sh; \
1717
echo "Done - test successfully finished."
1818

19+
test-ci:
20+
# Testing would require the user input connecting the debugger and debugging the file(s).
21+
make install
22+
1923
.PHONY: usage install run
2024

lambda-debug-mode/python/base-enable-lambda-debug-mode/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ run: ## Deploy and invoke the Lambda container locally
1616
./run.sh; \
1717
echo "Done - test successfully finished."
1818

19+
test-ci:
20+
# Testing would require the user input connecting the debugger and debugging the file(s).
21+
make install
22+
1923
.PHONY: usage install run
2024

lambda-debug-mode/python/base-multiple-lambda-debug-mode/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ run: ## Deploy and invoke the Lambda container locally
1616
./run.sh; \
1717
echo "Done - test successfully finished."
1818

19+
test-ci:
20+
# Testing would require the user input connecting the debugger and debugging the file(s).
21+
make install
22+
1923
.PHONY: usage install run
2024

0 commit comments

Comments
 (0)