Skip to content

Commit ac988b6

Browse files
committed
fix: ginkgo used directly
1 parent 1cd96e8 commit ac988b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/s3/run-integration-s3-compat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export S3_PORT=${s3_endpoint_port}
2424

2525
pushd "${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/
2828
popd > /dev/null

.github/workflows/s3-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)