Fixing workflow
pr CI / Check (pull_request) Successful in 1m55s
pr CI / Test Suite (pull_request) Canceled after 8m14s

This commit is contained in:
2026-08-07 10:52:15 -04:00
parent 25c745e951
commit a47694164c
+5 -1
View File
@@ -70,7 +70,11 @@ jobs:
# Install AWS CLI # Install AWS CLI
sudo apt update sudo apt update
sudo apt search awscli sudo apt search awscli
pip install awscli sudo apt install -y curl unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version
# Wait for LocalStack # Wait for LocalStack
until curl -s http://localhost:4566/_localstack/health | grep -q '"s3":"available"'; do until curl -s http://localhost:4566/_localstack/health | grep -q '"s3":"available"'; do