From a4216b47f544e4ddb308453f862b240af2f7eff9 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Mon, 6 Jun 2022 20:47:04 +1000 Subject: [PATCH] Fixed port for test Docker container --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54bb1b9..7570131 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: postgres: image: amazon/dynamodb-local:latest ports: - - 8000:8000 + - 18000:8000 steps: - name: Checkout uses: actions/checkout@v2