mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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
|
||||
run: |
|
||||
sleep 2
|
||||
response=$(curl -s -X POST \
|
||||
response=$(curl -s --retry-connrefused --retry 15 --retry-delay 1 \
|
||||
-X POST \
|
||||
http://localhost:9000/2015-03-31/functions/function/invocations \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"Records":[{"body":"{}"}]}')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue