We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73d4bd commit 746bf4bCopy full SHA for 746bf4b
.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