From 3b13dcf4a5e5985be185767d84576efaad35adc2 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:38:46 +0500 Subject: [PATCH] shell bash --- .github/workflows/s3tests.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index d32284dd0e8..71f66542f99 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -36,7 +36,10 @@ jobs: go-version-file: 'go.mod' id: go - - name: Start SeaweedFS + - name: Run Ceph S3 tests + env: + S3TEST_CONF: /__w/seaweedfs/seaweedfs/docker/compose/s3tests.conf + shell: bash run: | cd /__w/seaweedfs/seaweedfs/weed go install -buildvcs=false @@ -46,11 +49,6 @@ jobs: -volume.max=0 -volume.preStopSeconds=1 -s3.port=8000 -metricsPort=9324 \ -s3.allowEmptyFolder=false -s3.allowDeleteBucketNotEmpty=true -s3.config=../docker/compose/s3.json & sleep 5 - - name: Run Ceph S3 tests - timeout-minutes: 15 - env: - S3TEST_CONF: /__w/seaweedfs/seaweedfs/docker/compose/s3tests.conf - run: | cd /s3-tests tox -- \ s3tests_boto3/functional/test_s3.py::test_bucket_list_empty \