ci: update pre-startup commands syntax for Azure storage provider

This commit is contained in:
Carlos Santos 2025-06-17 12:17:18 +02:00
parent 3f91464610
commit be2faa6048

View File

@ -51,7 +51,7 @@ jobs:
- name: Setup OpenVidu Local Deployment - name: Setup OpenVidu Local Deployment
uses: OpenVidu/actions/start-openvidu-local-deployment@main uses: OpenVidu/actions/start-openvidu-local-deployment@main
with: with:
pre-startup-commands: | pre_startup_commands: |
if [ "${{ matrix.storage-provider }}" == "azure" ]; then if [ "${{ matrix.storage-provider }}" == "azure" ]; then
echo "Using Azure storage provider" echo "Using Azure storage provider"