Skip to content

Commit 4b67929

Browse files
committed
m
1 parent fc536fb commit 4b67929

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/library_rust_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ jobs:
6262
git submodule update --init --recursive submodules/smithy-dafny
6363
git submodule update --init --recursive submodules/MaterialProviders
6464
65-
- name: Wait for DynamoDB Local
66-
run: |
67-
echo "Waiting for DynamoDB Local to start..."
68-
until curl -s http://localhost:8000; do
69-
sleep 1
70-
done
71-
7265
- name: Setup Rust Toolchain for GitHub CI
7366
uses: actions-rust-lang/setup-rust-toolchain@v1
7467
with:

0 commit comments

Comments
 (0)