Skip to content

Commit 7416c33

Browse files
committed
Experiment with fake-gcs-server
References #711.
1 parent 83bc9f7 commit 7416c33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci-main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ jobs:
9090
# TODO: run other test classes
9191
mvn test -Ds3proxy.test.conf=s3proxy-azurite.conf -Dtest=AwsSdkTest
9292
93+
- name: Install fake-gcs-server
94+
run: go install github.com/fsouza/fake-gcs-server@latest
95+
- name: Start fake-gcs-server
96+
run: |
97+
ls $HOME
98+
$HOME/go/bin/fake-gcs-server -h # for testing
99+
# run: fake-gcs-server -backend memory -scheme http -host 127.0.0.1 &
100+
93101
- name: Install s3-tests
94102
run: |
95103
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)