We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410e895 commit 9b3e6e2Copy full SHA for 9b3e6e2
.github/workflows/ci.yml
@@ -52,6 +52,7 @@ jobs:
52
53
- name: Test Lambda Endpoint
54
run: |
55
+ docker ps -a
56
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
57
58
- name: Docker Build and Push
0 commit comments