diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 76424e3..c27bd84 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -30,14 +30,14 @@ jobs: fetch-depth: 0 - name: set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin' cache: gradle - name: Cache SonarCloud packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar @@ -90,4 +90,6 @@ jobs: - name: Check on CI failure if: steps.perform-it.outcome != 'success' - run: exit 1 + run: | + echo "Instrumented tests did not finish with success" + exit 1 diff --git a/app/build.gradle b/app/build.gradle index 5f7b09f..eaa901e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,7 @@ android { } groups { supportedSdks { - targetDevices.add(devices.nexus5api27) + //targetDevices.add(devices.nexus5api27) targetDevices.add(devices.nexus5api28) //targetDevices.add(devices.pixel3api30) //targetDevices.add(devices.pixel6api33)