ci: Do it
pr CI / Test Suite (pull_request) Canceled after 6m14s

This commit is contained in:
2026-08-07 11:13:02 -04:00
parent c28f1dd0a9
commit 21928f7eac
+2 -2
View File
@@ -67,8 +67,8 @@ jobs:
aws --version aws --version
# Wait for LocalStack # Wait for LocalStack
until curl -s http://localhost:4569 | grep -q '"s3":"available"'; do until curl -s http://localhost:4569; do
echo "Wating for localstack" echo "Wating for localstack..."
sleep 2 sleep 2
done done