Skip to content

Commit

Permalink
[ci] Disable auto-gen-config for regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Apr 25, 2024
1 parent a92b617 commit 102ba1e
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)).run
@summary = PmdTester::Runner.new(get_args(@base_branch, FALSE)).run

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

0 comments on commit 102ba1e

Please sign in to comment.