Skip to content

Commit 841f63b

Browse files
committed
split commands in separate steps
1 parent 738b7ce commit 841f63b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ jobs:
4444
cache-to: type=gha,mode=max
4545
provenance: false
4646

47-
- name: Test Docker Image
47+
- name: Test Run Docker Image
4848
run: |
4949
docker run -p 9000:8080 --rm --init ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ github.sha }}
50+
51+
- name: Test Lambda Endpoint
52+
run: |
5053
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}
5154
5255
- name: Docker Build and Push

0 commit comments

Comments
 (0)