Skip to content

Commit dfda5ab

Browse files
committed
m
1 parent 8bebcbc commit dfda5ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/library_rust_tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
env:
3535
RUST_MIN_STACK: 838860800
3636
steps:
37+
- name: Setup DynamoDB Local
38+
uses: rrainn/[email protected]
39+
with:
40+
port: 8000
41+
cors: "*"
42+
3743
- name: Support longpaths on Git checkout
3844
run: |
3945
git config --global core.longpaths true

0 commit comments

Comments
 (0)