mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
smoke tests
This commit is contained in:
parent
572fcc1406
commit
16e6000180
1 changed files with 2 additions and 2 deletions
4
.github/workflows/_smoke_test_lambda.yml
vendored
4
.github/workflows/_smoke_test_lambda.yml
vendored
|
|
@ -36,8 +36,8 @@ jobs:
|
||||||
|
|
||||||
- name: Invoke Lambda and check for import errors
|
- name: Invoke Lambda and check for import errors
|
||||||
run: |
|
run: |
|
||||||
sleep 2
|
response=$(curl -s --retry-connrefused --retry 15 --retry-delay 1 \
|
||||||
response=$(curl -s -X POST \
|
-X POST \
|
||||||
http://localhost:9000/2015-03-31/functions/function/invocations \
|
http://localhost:9000/2015-03-31/functions/function/invocations \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{"Records":[{"body":"{}"}]}')
|
-d '{"Records":[{"body":"{}"}]}')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue