From e89de85b3c33141660a3f267351994b77fa3eeaa Mon Sep 17 00:00:00 2001 From: Ephraim Kigamba Date: Thu, 4 Aug 2022 17:39:53 +0300 Subject: [PATCH] Run instrumented tests before jacoco test report --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af25b20c..08d75168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: run: ./gradlew clean --stacktrace - name: Build project skipping tests run: ./gradlew build -x test --stacktrace + - name: Run Instrumented Tests manually + run: ./gradlew connectedDebug --stacktrace - name: Run jacocoTestReport for each module uses: reactivecircus/android-emulator-runner@v2 with: