Skip to content

Commit

Permalink
moar testing
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 27, 2024
1 parent 553db77 commit 33c0490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
curl -X POST -H "Content-Type: application/json" \
-d '{"name": "sitespeed"}' \
http://127.0.0.1:4443/storage/v1/b?project=sitespeed
http://127.0.0.1:8081/storage/v1/b?project=sitespeed
- name: Browser versions
run: |
google-chrome --version
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
- name: Run Chrome test using compare plugin
run: node bin/sitespeed.js --compare.id compare --compare.saveBaseline --compare.baselinePath test/ http://127.0.0.1:3001/simple/ --xvfb
- name: Run Chrome test sending data to GCS
run: STORAGE_EMULATOR_HOST="http://127.0.0.1:4443" node bin/sitespeed.js http://127.0.0.1:3001/simple/ --xvfb -n 1 --gcs.bucketname sitespeed --gcs.apiEndpoint http://127.0.0.1:4443 --gcs.projectId sitespeed --gcs.key test/fake-gcs.json
run: STORAGE_EMULATOR_HOST="http://127.0.0.1:4443" node bin/sitespeed.js http://127.0.0.1:3001/simple/ --xvfb -n 1 --gcs.bucketname sitespeed --gcs.apiEndpoint http://127.0.0.1:8081 --gcs.projectId sitespeed
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
gcs:
image: fsouza/fake-gcs-server:1.50
ports:
- "4443:4443"
- "8081:8081"
container_name: fake-gcs
command: ["-scheme", "http"]
command: ["-scheme", "http", "-port", "8081", "-external-url", "http://localhost:8081", "-backend", "memory"]
influxdb_v1.8:
image: influxdb:1.8
ports:
Expand Down

0 comments on commit 33c0490

Please sign in to comment.