Skip to content

Commit

Permalink
set env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlebedev committed Mar 26, 2024
1 parent 8a4ee94 commit 1683220
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/s3tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
go install
weed -v 0 server -s3 -filer -volume.max=0 -master.volumeSizeLimitMB=1024 -volume.preStopSeconds=1 -s3.port=8000 -s3.allowEmptyFolder=false -s3.allowDeleteBucketNotEmpty=true -s3.config=../docker/compose/s3.json -metricsPort=9324 &
- name: Run ceph s3 tests
- name: Run Ceph S3 tests
timeout-minutes: 15
env:
S3TEST_CONF: /__w/seaweedfs/seaweedfs/weed/docker/compose/s3tests.conf
run: |
export S3TEST_CONF=/__w/seaweedfs/seaweedfs/weed/docker/compose/s3tests.conf
cd /s3-tests
tox -- \
s3tests_boto3/functional/test_s3.py::test_bucket_list_empty \
Expand Down

0 comments on commit 1683220

Please sign in to comment.