We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327b197 commit bd96304Copy full SHA for bd96304
2 files changed
.github/workflows/build.yml
@@ -115,9 +115,10 @@ jobs:
115
with:
116
name: unit-tests
117
path: |
118
- core/build/paparazzi
119
- core/build/reports/paparazzi
120
- core/build/test-results
+ */build/paparazzi
+ */build/reports/paparazzi
+ */build/reports/tests
121
+ */build/test-results
122
123
instrumented-tests:
124
runs-on: ubuntu-latest
buildSrc/src/main/kotlin/library.gradle.kts
@@ -70,9 +70,3 @@ android {
70
}
71
72
73
-
74
-// Temporary workaround for Gradle 9.3.0 compatibility with Paparazzi 2.0.0-alpha04
75
-// Disable HTML report generation for test tasks to avoid NoSuchMethodError with TestResultsProvider
76
-tasks.withType<Test>().configureEach {
77
- reports.html.required = false
78
-}
0 commit comments