diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e24e4225e..08fc28938 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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