diff --git a/.github/workflows/emulate.yml b/.github/workflows/emulate.yml index e065c15ad..e1c7d2fbf 100644 --- a/.github/workflows/emulate.yml +++ b/.github/workflows/emulate.yml @@ -35,9 +35,7 @@ jobs: api-level: ${{ matrix.android-api-level }} emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true - script: | - ./gradlew :android:connectedAndroidTest - adb logcat -d + script: ./gradlew :android:connectedAndroidTest || adb logcat -d && exit 1 - uses: actions/upload-artifact@v3 if: always()