Skip to content

Commit cee2455

Browse files
committed
chore: add ddb local to dafny interop test vectors
1 parent e758e97 commit cee2455

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dafny_interop_test_vector_net.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
DOTNET_CLI_TELEMETRY_OPTOUT: 1
3434
DOTNET_NOLOGO: 1
3535
steps:
36+
- name: Setup DynamoDB Local
37+
uses: rrainn/[email protected]
38+
with:
39+
port: 8000
40+
cors: "*"
3641
- name: Support longpaths on Git checkout
3742
run: |
3843
git config --global core.longpaths true

0 commit comments

Comments
 (0)