Skip to content

Commit

Permalink
ci(github): use grouping also in the win-build job
Browse files Browse the repository at this point in the history
We already do the same when building Git in all the other jobs.

This will allow us to piggy-back on top of grouping to mark up compiler
errors in the next commit.

Signed-off-by: Johannes Schindelin <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
dscho authored and gitster committed Jun 13, 2022
1 parent 5aeb145 commit df5fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/make-test-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ mkdir -p "$1" # in case ci/lib.sh decides to quit early

. ${0%/*}/lib.sh

make artifacts-tar ARTIFACTS_DIRECTORY="$1"
group Build make artifacts-tar ARTIFACTS_DIRECTORY="$1"

check_unignored_build_artifacts

0 comments on commit df5fed9

Please sign in to comment.