Skip to content

Commit

Permalink
Fix credentials for aws cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Saruniks committed Jul 17, 2024
1 parent fae1fa3 commit 987eb66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup test bucket
# AWS credentials for aws command
env:
AWS_ACCESS_KEY_ID: minioadmin
AWS_SECRET_ACCESS_KEY: minioadmin
run: aws --endpoint-url http://127.0.0.1:9000/ s3 mb s3://test

- name: Install rust
Expand Down

0 comments on commit 987eb66

Please sign in to comment.