fix(ci): Fix broken Azure e2e storage tests (#4767)

This commit is contained in:
Milos Gajdos
2026-01-20 06:13:03 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ test-azure-storage: start-azure-storage run-azure-tests stop-azure-storage ## ru
.PHONY: start-azure-storage
start-azure-storage: ## start local Azure storage (Azurite)
$(COMPOSE) -f tests/docker-compose-azure-blob-store.yaml up azurite azurite-init -d
$(COMPOSE) -f tests/docker-compose-azure-blob-store.yaml up azurite azurite-init -d --wait
.PHONY: stop-azure-storage
stop-azure-storage: ## stop local Azure storage (minio)

View File

@@ -14,7 +14,7 @@ services:
"
azurite:
image: mcr.microsoft.com/azure-storage/azurite
image: mcr.microsoft.com/azure-storage/azurite:3.35.0
ports:
- "10000:10000"
volumes:
@@ -45,7 +45,7 @@ services:
retries: 10
azurite-init:
image: mcr.microsoft.com/azure-cli
image: mcr.microsoft.com/azure-cli:2.70.0
depends_on:
azurite:
condition: service_healthy