Skip to content

Commit

Permalink
WHISKER-18: Try to find windows build failures on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Dec 16, 2024
1 parent c403a2c commit c5e5a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (licenseIsMissing(basedir)) {
}

if (results.hasFailed()) {
return results.report();
return results.report().every();
} else {
license = licenseIn(basedir)
license.expectThat(aLineContainsCDDL1())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class TestAnyCheck extends TestCase {
protected void setUp() throws Exception {
super.setUp();
results = new Results();
checks = new ArrayList<Check>();
checks = new ArrayList<>();
}

protected void tearDown() throws Exception {
Expand Down

0 comments on commit c5e5a9e

Please sign in to comment.