Skip to content

Commit fb3f6ac

Browse files
claudiamurialdoBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/external-storage-test' into beta
1 parent 7b3737e commit fb3f6ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/External-Storage-Tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
- name: Start LocalStack and create S3 bucket
4040
run: |
41-
echo "Starting LocalStack 3.0.0..."
42-
docker run -d -p 4566:4566 --name localstack localstack/localstack:3.0.0
41+
echo "Starting LocalStack 3.8.1..."
42+
docker run -d -p 4566:4566 --name localstack localstack/localstack:3.8.1
4343
4444
echo "Waiting for LocalStack S3 service to be ready..."
4545
for i in {1..60}; do
46-
if curl -s http://localhost:4566/health | grep '"s3": "running"' > /dev/null; then
46+
if curl -s http://localhost:4566/_localstack/health | grep -q '"s3"'; then
4747
echo "LocalStack S3 is ready!"
4848
break
4949
fi

0 commit comments

Comments
 (0)