Added missing logs group

This commit is contained in:
Tobias Genannt 2023-03-16 18:48:03 +01:00 committed by GitHub
parent 5f1d1f70db
commit d60513b30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,9 @@ test_cleanup() {
gh_echo "::group:: Docker compose logs"
$doco logs --no-color
gh_echo "::endgroup::"
gh_echo "::group:: Docker compose down"
$doco down --volumes
gh_echo "::endgroup::"
}
echo "🐳🐳🐳 Start testing '${IMAGE}'"