File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
java/base-enable-lambda-debug-mode
base-concurrent-lambda-debug-mode
base-enable-lambda-debug-mode
base-multiple-lambda-debug-mode Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments