ci: run cdbg with debug verbosity (#1953)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-06-21 10:26:22 +02:00 committed by GitHub
parent b25228d175
commit eb1e1502c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,6 +233,7 @@ runs:
--info logcollect.github.ref-name="${{ github.ref_name }}" \
--info logcollect.github.sha="${{ github.sha }}" \
--info logcollect.github.runner-os="${{ runner.os }}" \
--verbosity=-1 \
--force
echo "::endgroup::"