diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index a25e3b2c..52d617b1 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -90,6 +90,14 @@ jobs: # TODO: run other test classes mvn test -Ds3proxy.test.conf=s3proxy-azurite.conf -Dtest=AwsSdkTest + - name: Install fake-gcs-server + run: go install github.com/fsouza/fake-gcs-server@latest + - name: Start fake-gcs-server + run: | + ls + go/fake-gcs-server -h # for testing + # run: fake-gcs-server -backend memory -scheme http -host 127.0.0.1 & + - name: Install s3-tests run: | python -m pip install --upgrade pip