Andrew Gaul 2025-07-02 09:50:10 -07:00 zatwierdzone przez GitHub
commit 64824ce43e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -109,6 +109,16 @@ jobs:
# TODO: run other test classes
mvn test -Ds3proxy.test.conf=s3proxy-minio.conf -Dtest=AwsSdkTest
- name: Install fake-gcs-server
run: go install github.com/fsouza/fake-gcs-server@latest
- name: Start fake-gcs-server
run: $HOME/go/bin/fake-gcs-server -backend memory -scheme http -host 127.0.0.1 &
- name: Maven Test with fake-gcs-server
run: |
# TODO: this fails because the credentials are wrong
# TODO: run other test classes
mvn test -Ds3proxy.test.conf=s3proxy-fake-gcs-server.conf -Dtest=AwsSdkTest
- name: Install s3-tests
run: |
python -m pip install --upgrade pip