Merge pull request #2409 from versity/sis/azurite-ci-readiness-wait

fix: replace fixed sleep with readiness polling in azurite CI
This commit is contained in:
Ben McClelland
2026-09-16 08:18:24 -07:00
committed by GitHub
+3 -2
View File
@@ -20,8 +20,9 @@ jobs:
run: |
docker compose -f tests/docker-compose.yml --env-file .env.dev --project-directory . up -d azurite azuritegw
- name: Wait for Azurite to be ready
run: sleep 40
- name: Wait for services to be ready
run: |
timeout 180 bash -c 'until curl -s -o /dev/null http://127.0.0.1:7070/; do sleep 2; done'
- name: Get Dependencies
run: |