Skip to content

Commit

Permalink
fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 27, 2024
1 parent 9479948 commit 553db77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: docker compose -f test/docker-compose.yml up -d
- name: Create test bucket
run: |
curl http://0.0.0.0:4443/storage/v1/b {"kind":"storage#buckets","items":[{"kind":"storage#bucket","id":"sitespeed","name":"sitespeed"}],"prefixes":null}
curl -X POST -H "Content-Type: application/json" \
-d '{"name": "sitespeed"}' \
http://127.0.0.1:4443/storage/v1/b?project=sitespeed
- name: Browser versions
run: |
google-chrome --version
Expand Down

0 comments on commit 553db77

Please sign in to comment.