Update live.tests.yml

This commit is contained in:
Wes Haggard 2024-11-19 18:03:14 -08:00 committed by GitHub
parent dcd2622f9c
commit 1a098e36ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,7 +195,7 @@ jobs:
$env:AZURESUBSCRIPTION_CLIENT_ID = $account.Id
$env:AZURESUBSCRIPTION_TENANT_ID = $account.Tenants
ctest -V --tests-regex '${{ parameters.CtestRegex }}' --no-compress-output -T Test --extra-verbose
ctest -V --tests-regex '${{ parameters.CtestRegex }}' --no-compress-output -T Test --extra-verbose --debug
exit $LASTEXITCODE
workingDirectory: build
env: