Skip to content

Commit 082a5a6

Browse files
authored
Merge pull request #12 from thaunghtike-share/main
create dynamodb locally
2 parents a7de364 + 01f7eaa commit 082a5a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jobs:
66
build:
77
name: "Build and Release"
88
runs-on: ubuntu-latest
9+
services:
10+
dynamodb:
11+
image: amazon/dynamodb-local
12+
ports:
13+
- 8000:8000
914
steps:
1015
- uses: actions/checkout@v2
1116
- name: Setup Python

0 commit comments

Comments
 (0)