From 7416c33821d3f0caaeb7ae42fdbe56f2d6f37989 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 24 Nov 2024 21:13:03 -0800 Subject: [PATCH] Experiment with fake-gcs-server References #711. --- .github/workflows/ci-main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index a25e3b2c..c147377f 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 $HOME + $HOME/go/bin/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