Skip to content

Commit 60dd4db

Browse files
committed
Ensure the CI compile and execute all the unit tests.
1 parent de6b34d commit 60dd4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
5858

5959
- name: ⚙️ Check coverage for debug variant (includes unit & screenshot tests)
60-
run: ./gradlew :tests:uitests:verifyPaparazziDebug :app:koverXmlReportGplayDebug :app:koverHtmlReportGplayDebug :app:koverVerifyAll $CI_GRADLE_ARG_PROPERTIES
60+
run: ./gradlew testDebugUnitTest :tests:uitests:verifyPaparazziDebug :app:koverXmlReportGplayDebug :app:koverHtmlReportGplayDebug :app:koverVerifyAll $CI_GRADLE_ARG_PROPERTIES
6161

6262
- name: 🚫 Upload kover failed coverage reports
6363
if: failure()

0 commit comments

Comments
 (0)