Skip to content

Commit

Permalink
Run s3-tests against minio
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Jan 30, 2025
1 parent 00e9f32 commit e7d12ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
run: |
# TODO: run other test classes
mvn test -Ds3proxy.test.conf=s3proxy-minio.conf -Dtest=AwsSdkTest
kill $(pidof minio)
- name: Install s3-tests
run: |
Expand All @@ -124,6 +123,10 @@ jobs:
run: |
./src/test/resources/run-s3-tests.sh s3proxy-azurite.conf
kill $(pidof node)
- name: Run s3-tests with Minio
run: |
./src/test/resources/run-s3-tests.sh s3proxy-minio.conf
kill $(pidof minio)
#Store the target
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e7d12ca

Please sign in to comment.