Skip to content

Commit b49c718

Browse files
author
Andrea Scuderi
committed
Add invoke to Makefile
1 parent cf7d7e7 commit b49c718

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ coverage:
2828
--instr-profile=$(SWIFT_BIN_PATH)/codecov/default.profdata \
2929
--format=lcov > $(GITHUB_WORKSPACE)/lcov.info
3030

31+
local_invoke_demo_app:
32+
curl -X POST 127.0.0.1:7000/invoke -H "Content-Type: application/json" -d @Tests/BreezeLambdaWebHookTests/Fixtures/get_webhook_api_gtw.json
33+
3134
preview_docc_lambda_api:
3235
swift package --disable-sandbox preview-documentation --target BreezeLambdaWebHook
3336

0 commit comments

Comments
 (0)