ci: update pre-startup commands syntax for Azure storage provider
This commit is contained in:
parent
3f91464610
commit
be2faa6048
@ -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"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user