We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f32ec commit 63ec08fCopy full SHA for 63ec08f
.github/workflows/build.yml
@@ -195,6 +195,7 @@ jobs:
195
logs=$(kubectl logs $pod --all-containers=true);
196
done;
197
echo "::error::Kubectl timed out with logs:\n $logs";
198
+ kubectl get events --all-namespaces --sort-by='.metadata.creationTimestamp'
199
exit 1;
200
fi
201
- name: Run maven cucumber reporting
0 commit comments