Skip to content

Commit

Permalink
fix ci for fake google storage server
Browse files Browse the repository at this point in the history
  • Loading branch information
aykut-bozkurt committed Jan 10, 2025
1 parent 60103e7 commit dd3d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
docker run -d \
--env-file .devcontainer/.env \
-p 4443:4443 \
tustvold/fake-gcs-server
tustvold/fake-gcs-server -scheme http -public-host localhost:4443
while ! curl $GOOGLE_SERVICE_ENDPOINT; do
echo "Waiting for $GOOGLE_SERVICE_ENDPOINT..."
Expand Down

0 comments on commit dd3d157

Please sign in to comment.