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 aebc2f3 commit 22e50a3Copy full SHA for 22e50a3
hooks/command
@@ -46,8 +46,9 @@ cat "$annotation_path"
46
if grep -q "<details>" "$annotation_path"; then
47
48
if ! check_size; then
49
- echo "--- :hurtrealbad: Sorry, annotation is too big to publish"
50
- exit 1
+ echo "--- :warning: Failures too large to annotate"
+ echo "The failures are too large to create a build annotation. Please inspect the failed JUnit artifacts manually."
51
+ exit 0
52
fi
53
54
echo "--- :buildkite: Creating annotation"
0 commit comments