Skip to content

Commit e7d12ca

Browse files
committed
Run s3-tests against minio
1 parent 00e9f32 commit e7d12ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
run: |
109109
# TODO: run other test classes
110110
mvn test -Ds3proxy.test.conf=s3proxy-minio.conf -Dtest=AwsSdkTest
111-
kill $(pidof minio)
112111
113112
- name: Install s3-tests
114113
run: |
@@ -124,6 +123,10 @@ jobs:
124123
run: |
125124
./src/test/resources/run-s3-tests.sh s3proxy-azurite.conf
126125
kill $(pidof node)
126+
- name: Run s3-tests with Minio
127+
run: |
128+
./src/test/resources/run-s3-tests.sh s3proxy-minio.conf
129+
kill $(pidof minio)
127130
128131
#Store the target
129132
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)