Skip to content

Commit 63ec08f

Browse files
Added list events.
1 parent 48f32ec commit 63ec08f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ jobs:
195195
logs=$(kubectl logs $pod --all-containers=true);
196196
done;
197197
echo "::error::Kubectl timed out with logs:\n $logs";
198+
kubectl get events --all-namespaces --sort-by='.metadata.creationTimestamp'
198199
exit 1;
199200
fi
200201
- name: Run maven cucumber reporting

0 commit comments

Comments
 (0)