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 6f9f202 commit 86a2947Copy full SHA for 86a2947
.ci/build.sh
@@ -19,7 +19,13 @@ function build_regression_tester() {
19
bundle exec rake check_manifest
20
bundle exec rake rubocop
21
bundle exec rake clean test
22
+ echo "::endgroup::"
23
+
24
+ echo "::group::Run Integration Tests"
25
bundle exec rake clean integration-test
26
27
28
+ echo "::group::Build Package"
29
bundle exec rake install_gem
30
bundle exec pmdtester -h
31
echo "::endgroup::"
0 commit comments