Skip to content

Commit d87089f

Browse files
committed
wait minio
1 parent 2c6d76b commit d87089f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/core-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
echo "Waiting for PostgreSQL to be ready..."
5353
sleep 5
5454
done
55+
56+
until docker compose exec acontext-server-minio curl -f http://127.0.0.1:9000/minio/health/ready; do
57+
echo "Waiting for MinIO to be ready..."
58+
sleep 5
59+
done
5560
- name: Test with pytest
5661
run: |
5762
cd core

0 commit comments

Comments
 (0)