Obj str do it #255

Merged
phoenix merged 91 commits from obj_str-do_it into main 2026-08-08 14:29:15 -04:00
Showing only changes of commit 685f2f9257 - Show all commits
+1 -2
View File
@@ -70,8 +70,7 @@ jobs:
- name: Setup LocalStack S3
run: |
# Install AWS CLI
sudo apt-get update
sudo apt-get install -y awscli
pip install awscli
# Wait for LocalStack
until curl -s http://localhost:4566/_localstack/health | grep -q '"s3":"available"'; do