kopia lustrzana https://github.com/gaul/s3proxy
Run s3-tests against minio
rodzic
00e9f323af
commit
e7d12ca011
|
@ -108,7 +108,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# TODO: run other test classes
|
# TODO: run other test classes
|
||||||
mvn test -Ds3proxy.test.conf=s3proxy-minio.conf -Dtest=AwsSdkTest
|
mvn test -Ds3proxy.test.conf=s3proxy-minio.conf -Dtest=AwsSdkTest
|
||||||
kill $(pidof minio)
|
|
||||||
|
|
||||||
- name: Install s3-tests
|
- name: Install s3-tests
|
||||||
run: |
|
run: |
|
||||||
|
@ -124,6 +123,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./src/test/resources/run-s3-tests.sh s3proxy-azurite.conf
|
./src/test/resources/run-s3-tests.sh s3proxy-azurite.conf
|
||||||
kill $(pidof node)
|
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
|
#Store the target
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|
Ładowanie…
Reference in New Issue