Skip to content

Commit a838349

Browse files
author
Bennett Hardwick
committed
Fix again
1 parent 261b96b commit a838349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

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

2425
steps:
2526
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)