Skip to content

Commit b797d10

Browse files
committed
fix(ci): events should now appear in case of failure
Signed-off-by: Chris Laprun <[email protected]>
1 parent 2aefaf5 commit b797d10

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,17 @@ jobs:
301301
run: |
302302
echo "Pod statuses in olm namespace:"
303303
kubectl get pod -n olm
304+
echo ""
305+
echo "------------------------------"
304306
echo "Subscriptions:"
305307
kubectl get subs -n operators -o yaml
308+
echo ""
309+
echo "------------------------------"
306310
echo "Controllers:"
307311
kubectl get pod -n operators
308-
echo "Events:
309-
kubectl get events
312+
echo ""
313+
echo "------------------------------"
314+
echo "Events:"
315+
kubectl get events
316+
echo ""
317+
echo "------------------------------"

0 commit comments

Comments
 (0)