Skip to content

Commit

Permalink
fix minio test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstgnz committed Aug 23, 2023
1 parent d64fa18 commit 4c8f4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Install MinIO
run: |
run -d --restart always -p 9000:9000 --name storage-minio -e MINIO_ROOT_USER='minio-user' -e MINIO_ROOT_PASSWORD='minio-password' minio/minio server /data
docker run -d --restart always -p 9000:9000 --name storage-minio -e MINIO_ROOT_USER='minio-user' -e MINIO_ROOT_PASSWORD='minio-password' minio/minio server /data
- name: Fetch Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 4c8f4dc

Please sign in to comment.