Skip to content

Commit

Permalink
ci/cd: using minio to test s3
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrixString committed Jan 14, 2025
1 parent fc5a510 commit 16ee8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.storage-s3-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: [22.x]
steps:
- name: Setup minio
run: >-
run: |
docker run -d -p 9000:9000 --name minio
-e MINIO_ACCESS_KEY=${{env._access_key}}
-e MINIO_SECRET_KEY=${{env._secret_key}}
Expand Down

0 comments on commit 16ee8ba

Please sign in to comment.