ci: run-release-tests workflow adjustment (#108) (#118)

This commit is contained in:
Slava 2024-12-16 15:30:51 +02:00 committed by GitHub
parent 8274c4da14
commit c24861e932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,6 +109,7 @@ jobs:
# Get logs
while [[ $(kubectl get pod ${pod} -n ${namespace} -o jsonpath='{.status.phase}') == "Running" ]]; do
echo "Show ${pod} logs ..."
echo "----"
kubectl logs $pod -n $namespace -f || true
sleep 1
done