File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ export S3_PORT=${s3_endpoint_port}
2424
2525pushd " ${repo_root} " > /dev/null
2626 echo -e " \n running tests with $( go version) ..."
27- scripts/ ginkgo -r --focus=" S3 COMPATIBLE" s3/integration/
27+ ginkgo -r --focus=" S3 COMPATIBLE" s3/integration/
2828popd > /dev/null
Original file line number Diff line number Diff line change @@ -196,6 +196,6 @@ jobs:
196196 export access_key_id="${{ secrets.GCP_ACCESS_KEY_ID }}"
197197 export secret_access_key="${{ secrets.GCP_SECRET_ACCESS_KEY }}"
198198 export bucket_name="${{ secrets.GCS_BUCKET_NAME }}"
199- export s3_endpoint_host=https:// storage.googleapis.com
200- export s3_endpoint_port=443
199+ export s3_endpoint_host=" storage.googleapis.com"
200+ export s3_endpoint_port=" 443"
201201 ./.github/scripts/s3/run-integration-s3-compat.sh
You can’t perform that action at this time.
0 commit comments