Skip to content

Commit 261b96b

Browse files
author
Bennett Hardwick
committed
Fix ports
1 parent 37aac3f commit 261b96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
services:
2020
dynamo:
2121
image: amazon/dynamodb-local
22-
ports: 8000:8000
22+
ports: "8000:8000"
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)