Skip to content

Commit 865901b

Browse files
committed
Fix verify setup in the minikube action
1 parent ecc906d commit 865901b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup-minikube/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ runs:
159159
# Show running pods in system namespaces
160160
echo ""
161161
echo "📋 System pods:"
162-
kubectl get pods --all-namespaces --field-selector=status.phase=Running | head -10
162+
kubectl get pods --all-namespaces --field-selector=status.phase=Running | head -10 || true
163163
164164
echo ""
165165
echo "🎉 Minikube setup completed successfully!"

0 commit comments

Comments
 (0)