Skip to content

Commit dd3d157

Browse files
committed
fix ci for fake google storage server
1 parent 60103e7 commit dd3d157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
docker run -d \
145145
--env-file .devcontainer/.env \
146146
-p 4443:4443 \
147-
tustvold/fake-gcs-server
147+
tustvold/fake-gcs-server -scheme http -public-host localhost:4443
148148
149149
while ! curl $GOOGLE_SERVICE_ENDPOINT; do
150150
echo "Waiting for $GOOGLE_SERVICE_ENDPOINT..."

0 commit comments

Comments
 (0)