Skip to content

Commit

Permalink
Experiment with fake-gcs-server
Browse files Browse the repository at this point in the history
References #711.
  • Loading branch information
gaul committed Nov 25, 2024
1 parent 83bc9f7 commit a561c38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
# TODO: run other test classes
mvn test -Ds3proxy.test.conf=s3proxy-azurite.conf -Dtest=AwsSdkTest
- name: Install fake-gcs-server
run: go get github.com/fsouza/fake-gcs-server
- name: Start fake-gcs-server
run: 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
Expand Down

0 comments on commit a561c38

Please sign in to comment.