Browse Source

Update s3tests.yml

pull/6997/head
chrislu 5 months ago
parent
commit
bbcd19f6c6
  1. 6
      .github/workflows/s3tests.yml

6
.github/workflows/s3tests.yml

@ -44,7 +44,7 @@ jobs:
- name: Run Ceph S3 tests with KV store - name: Run Ceph S3 tests with KV store
timeout-minutes: 15 timeout-minutes: 15
env: env:
S3TEST_CONF: docker/compose/s3tests.conf
S3TEST_CONF: ../docker/compose/s3tests.conf
shell: bash shell: bash
run: | run: |
cd weed cd weed
@ -223,7 +223,7 @@ jobs:
- name: Run S3 Object Lock and Retention tests - name: Run S3 Object Lock and Retention tests
timeout-minutes: 15 timeout-minutes: 15
env: env:
S3TEST_CONF: docker/compose/s3tests.conf
S3TEST_CONF: ../docker/compose/s3tests.conf
shell: bash shell: bash
run: | run: |
cd weed cd weed
@ -273,7 +273,7 @@ jobs:
- name: Run Ceph S3 tests with SQL store - name: Run Ceph S3 tests with SQL store
timeout-minutes: 15 timeout-minutes: 15
env: env:
S3TEST_CONF: docker/compose/s3tests.conf
S3TEST_CONF: ../docker/compose/s3tests.conf
shell: bash shell: bash
run: | run: |
cd weed cd weed

Loading…
Cancel
Save