Skip to content

Commit

Permalink
hepp
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 28, 2024
1 parent f210232 commit af68b5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
sleep 3;
done
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z alias set sitespeedio http://localhost:9000 user password
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z mb --region=motown sitespeedio || echo "Bucket already exists"
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z anonymous set public sitespeedio
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z ls sitespeedio
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z mb --region=motown sitespeedio/mybucket || echo "Bucket already exists"
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z anonymous set public sitespeedio/mybucket
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z ls sitespeedio/mybucket
- name: Install local HTTP server
run: npm install serve -g
- name: Start local HTTP server
Expand All @@ -55,4 +55,4 @@ jobs:
- name: Run Chrome test sending data to GCS
run: STORAGE_EMULATOR_HOST="http://localhost:8081" node bin/sitespeed.js http://127.0.0.1:3001/simple/ --xvfb -n 1 --gcs.bucketname sitespeed --gcs.projectId sitespeed
- name: Run Chrome test sending data to S3
run: node bin/sitespeed.js http://127.0.0.1:3001/simple/ --xvfb -n 1 --s3.endpoint http://127.0.0.1:9000 --s3.bucketname sitespeedio --s3.key user --s3.secret password --s3.region motown
run: node bin/sitespeed.js http://127.0.0.1:3001/simple/ --xvfb -n 1 --s3.endpoint http://127.0.0.1:9000 --s3.bucketname mybucket --s3.key user --s3.secret password --s3.region motown

0 comments on commit af68b5e

Please sign in to comment.