Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 27, 2024
1 parent 579e5c4 commit 39ed47b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
- name: Setup environment
run: docker compose -f test/docker-compose.yml up -d
- name: Create test bucket
run: docker exec fake-gcs /bin/fake-gcs-server create-bucket sitespeed
run: |
curl -X POST -H "Content-Type: application/json" \
http://127.0.0.1:4443/storage/v1/b?project=fake-gcs \
-d '{"name":"sitespeed"}'
- name: Browser versions
run: |
google-chrome --version
Expand Down

0 comments on commit 39ed47b

Please sign in to comment.