We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bc9f7 commit 7416c33Copy full SHA for 7416c33
.github/workflows/ci-main.yml
@@ -90,6 +90,14 @@ jobs:
90
# TODO: run other test classes
91
mvn test -Ds3proxy.test.conf=s3proxy-azurite.conf -Dtest=AwsSdkTest
92
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
+
101
- name: Install s3-tests
102
run: |
103
python -m pip install --upgrade pip
0 commit comments