From d1316c95276a0ed8624a4d666aad6015fabde5a0 Mon Sep 17 00:00:00 2001 From: Piwccle Date: Wed, 24 Sep 2025 17:59:18 +0200 Subject: [PATCH] fix: correct syntax for GCS storage provider condition in backend integration tests --- .github/workflows/backend-integration-test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index 4b8af22..2e6312f 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -144,8 +144,7 @@ jobs: "container_name": "openvidu-appdata-recordings" } ' egress.yaml - fi - elseif [[ "${{ matrix['storage-provider'] }}" == "gcs" ]]; then + elif [[ "${{ matrix['storage-provider'] }}" == "gcs" ]]; then echo "Using GCS storage provider" yq e -i ' del(.storage.s3) |