Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 28, 2024
1 parent 12f4703 commit 10270e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
http://127.0.0.1:8081/storage/v1/b?project=sitespeed
- name: Setup minio/S3 container
run: |
docker run -d -p 9000:9000 -e MINIO_ROOT_USER=user -e MINIO_ROOT_PASSWORD=password minio/minio:RELEASE.2024-05-10T01-41-38Z server /data --console-address ":9001"
docker run minio/mc:RELEASE.2024-10-08T09-37-26Z /usr/bin/mc alias set sitespeedio http://minio:9000 user password && /usr/bin/mc mb --region=motown sitespeedio/sitespeedio
docker run -d -p 9000:9000 -e MINIO_ROOT_USER=user -e MINIO_ROOT_PASSWORD=password minio/minio:RELEASE.2024-05-10T01-41-38Z server /data --console-address ":9001"
docker run minio/mc:RELEASE.2024-10-08T09-37-26Z alias set sitespeedio http://minio:9000 user password && mc mb --region=motown sitespeedio/sitespeedio
- name: Install local HTTP server
run: npm install serve -g
- name: Start local HTTP server
Expand Down

0 comments on commit 10270e7

Please sign in to comment.