Skip to content

Commit 86a2947

Browse files
committed
[ci] Log integration test in separate group
1 parent 6f9f202 commit 86a2947

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ function build_regression_tester() {
1919
bundle exec rake check_manifest
2020
bundle exec rake rubocop
2121
bundle exec rake clean test
22+
echo "::endgroup::"
23+
24+
echo "::group::Run Integration Tests"
2225
bundle exec rake clean integration-test
26+
echo "::endgroup::"
27+
28+
echo "::group::Build Package"
2329
bundle exec rake install_gem
2430
bundle exec pmdtester -h
2531
echo "::endgroup::"

0 commit comments

Comments
 (0)