Skip to content

Commit

Permalink
Merge pull request #1070 from hzeller/always-put-summary-in-toplevel
Browse files Browse the repository at this point in the history
Put the smoke-test results in the toplevel output.
  • Loading branch information
mithro authored Oct 30, 2021
2 parents 3c6b4b9 + 4aace4e commit da70a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/bin/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ for git_project in ${TEST_GIT_PROJECTS} ; do
echo
done

echo "::group::There were a total of ${status_sum} new, undocumented issues."
echo "::endgroup::"

echo "There were a total of ${status_sum} new, undocumented issues."

# Let's see if there are any issues that are fixed in the meantime.
if [ ${#KnownIssue[@]} -ne 0 ]; then
Expand Down

0 comments on commit da70a71

Please sign in to comment.