Skip to content

Commit

Permalink
Add sleep to object_store CI (#3189)
Browse files Browse the repository at this point in the history
* Add sleep to object_store CI

* Update .github/workflows/object_store.yml

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
tustvold and alamb committed Nov 25, 2022
1 parent 4c37ec2 commit 3998bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/object_store.yml
Expand Up @@ -86,6 +86,8 @@ jobs:
- name: Configure Fake GCS Server (GCP emulation)
run: |
docker run -d -p 4443:4443 fsouza/fake-gcs-server -scheme http
# Give the container a moment to start up prior to configuring it
sleep 1
curl -v -X POST --data-binary '{"name":"test-bucket"}' -H "Content-Type: application/json" "http://localhost:4443/storage/v1/b"
echo '{"gcs_base_url": "http://localhost:4443", "disable_oauth": true, "client_email": "", "private_key": ""}' > "$GOOGLE_SERVICE_ACCOUNT"
Expand Down

0 comments on commit 3998bed

Please sign in to comment.