Skip to content

Commit

Permalink
Revert "[ci] Disable auto-gen-config for regression tests"
Browse files Browse the repository at this point in the history
This reverts commit f5d47ac.
This reverts commit 102ba1e.
  • Loading branch information
adangel committed Apr 25, 2024
1 parent f5d47ac commit 04206ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Expand Up @@ -28,7 +28,7 @@ def run_pmdtester
@base_branch = ENV['PMD_CI_BRANCH']
@logger.info "\n\n--------------------------------------"
@logger.info "Run against PR base #{@base_branch}"
@summary = PmdTester::Runner.new(get_args(@base_branch, false)).run
@summary = PmdTester::Runner.new(get_args(@base_branch)).run

unless Dir.exist?('target/reports/diff')
message("No regression tested rules have been changed.", sticky: true)
Expand Down

0 comments on commit 04206ec

Please sign in to comment.