Fixed port for test Docker container
This commit is contained in:
parent
d660608626
commit
a4216b47f5
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
postgres:
|
postgres:
|
||||||
image: amazon/dynamodb-local:latest
|
image: amazon/dynamodb-local:latest
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 18000:8000
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue