File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ docker \
51
51
--env " BUILDKITE_PLUGIN_JUNIT_ANNOTATE_JOB_UUID_FILE_PATTERN=${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_JOB_UUID_FILE_PATTERN:- } " \
52
52
--env " BUILDKITE_PLUGIN_JUNIT_ANNOTATE_FAILURE_FORMAT=${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_FAILURE_FORMAT:- } " \
53
53
--env " BUILDKITE_PLUGIN_JUNIT_ANNOTATE_REPORT_SLOWEST=${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_REPORT_SLOWEST:- } " \
54
+ --env " BUILDKITE_PLUGIN_JUNIT_ANNOTATE_SKIPPED_FORMAT=${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_SKIPPED_FORMAT:- none} " \
54
55
" ${RUBY_IMAGE} " ruby /src/bin/annotate /junits \
55
56
> " $annotation_path "
56
57
@@ -78,7 +79,7 @@ if [ $has_errors -eq 0 ]; then
78
79
echo " Will create annotation anyways"
79
80
create_annotation=1
80
81
fi
81
-
82
+
82
83
if [[ -e " ${annotation_path} " ]]; then
83
84
TOTAL_TESTS=$( head -4 " ${annotation_path} " | grep ' Total tests' | cut -d\ -f3)
84
85
else
You can’t perform that action at this time.
0 commit comments