Merge pull request #6983 from sprt/sprt/fix-gha-ci

gha: Unbreak CI and fix cluster creation step
This commit is contained in:
Fabiano Fidêncio 2023-05-30 12:58:10 +02:00 committed by GitHub
commit 2e2d7243d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ jobs:
-s "Standard_D4s_v5" \
--node-count 1 \
--generate-ssh-keys \
${{ matrix.host_os == 'cbl-mariner' && '--os-sku mariner --workload-runtime KataMshvVmIsolation' }}
$([ "${{ matrix.host_os == 'cbl-mariner' }}" = "true" ] && echo "--os-sku mariner --workload-runtime KataMshvVmIsolation")
- name: Install `bats`
run: |