From be2faa60489710c8ef4183e4101d2cde36e3301e Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 17 Jun 2025 12:17:18 +0200 Subject: [PATCH] ci: update pre-startup commands syntax for Azure storage provider --- .github/workflows/backend-integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index 6a5ebbb..46254ad 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -51,7 +51,7 @@ jobs: - name: Setup OpenVidu Local Deployment uses: OpenVidu/actions/start-openvidu-local-deployment@main with: - pre-startup-commands: | + pre_startup_commands: | if [ "${{ matrix.storage-provider }}" == "azure" ]; then echo "Using Azure storage provider"