Skip to content

Commit

Permalink
clear CC reports
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Nov 11, 2024
1 parent 13ef2d5 commit 01d1674
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,8 @@ class AndroidComposeIT {
}

withClue("TeamCity needs another build to let AGP finish setting up the Android SDK") {
clearCcReports()

configCacheRunner.build {
shouldHaveTask(":dokkaGenerate").shouldHaveOutcome(UP_TO_DATE, SUCCESS)

output shouldContain "Configuration cache entry stored"

loadConfigurationCacheReportData(projectDir = project.projectDir)
.asClue { ccReport ->
ccReport.totalProblemCount shouldBe 0
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,8 @@ class AndroidProjectIT {
}

withClue("TeamCity needs another build to let AGP finish setting up the Android SDK") {
clearCcReports()
configCacheRunner.build {
shouldHaveTask(":dokkaGenerate").shouldHaveOutcome(UP_TO_DATE, SUCCESS)

output shouldContain "Configuration cache entry stored"

loadConfigurationCacheReportData(projectDir = project.projectDir)
.asClue { ccReport ->
ccReport.totalProblemCount shouldBe 0
}
}
}

Expand Down

0 comments on commit 01d1674

Please sign in to comment.