Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez committed Dec 19, 2024
1 parent ca98fd6 commit 9b82f33
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ private static SonarScanner getScanner(Path projectDir, String projectKey) {

private static BuildResult scanWith(SonarScanner scanner) {
var result = orchestrator.executeBuild(scanner);

assertThat(result.isSuccess()).isTrue();
return result;
}
Expand Down

0 comments on commit 9b82f33

Please sign in to comment.