From 02f268e98001cdccf57f723c2ed222c605e6baba Mon Sep 17 00:00:00 2001 From: Zhenglin Li <1125806272@qq.com> Date: Sat, 17 Feb 2024 14:38:14 -0600 Subject: [PATCH] feat: add ci support for ceph_rados --- .github/services/s3/ceph_rados_s3/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/services/s3/ceph_rados_s3/action.yml b/.github/services/s3/ceph_rados_s3/action.yml index b90b4967c9ef..a8c762dcb28b 100644 --- a/.github/services/s3/ceph_rados_s3/action.yml +++ b/.github/services/s3/ceph_rados_s3/action.yml @@ -24,7 +24,7 @@ runs: - name: Setup Ceph Rados Server shell: bash working-directory: fixtures/s3 - run: docker compose -f docker-compose-ceph-rados.yml up -d --wait + run: docker compose -f docker-compose-ceph-rados.yml up --wait - name: Set up AWS CLI shell: bash run: |