Skip to content

Commit

Permalink
ci uri fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aykut-bozkurt committed Dec 16, 2024
1 parent f3a31d0 commit 0c15989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
-p 10000:10000 \
mcr.microsoft.com/azure-storage/azurite
while ! curl $AZURITE_URL; do
echo "Waiting for $AZURITE_URL..."
while ! curl $AZURE_STORAGE_ENDPOINT; do
echo "Waiting for $AZURE_STORAGE_ENDPOINT..."
sleep 1
done
Expand Down

0 comments on commit 0c15989

Please sign in to comment.