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 9eec72d commit 933dcc1Copy full SHA for 933dcc1
.buildkite/log-results.sh
@@ -17,7 +17,7 @@ for f in $files; do
17
FAILED_TESTS=`grep -A1 "E,.*" $f | sed 's/\#/-/g' | sed 's/^--/\n/g'`
18
if [[ -n "$FAILED_TESTS" ]]; then
19
buildkite-agent annotate --append "<details>"
20
- buildkite-agent annotate --append "<summary>Failures in $f</summary>
+ buildkite-agent annotate --append "<summary>:x: Failures in $f</summary>
21
$FAILED_TESTS
22
</details>"
23
fi
0 commit comments