Skip to content

Commit

Permalink
shell bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlebedev committed Mar 27, 2024
1 parent 0e9adf7 commit 3b13dcf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/s3tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 3b13dcf

Please sign in to comment.