2269 - CI testing not failing correctly (#2279)

This commit is contained in:
DaneEvans
2025-06-28 12:04:59 +10:00
committed by GitHub
parent fd6f0552c2
commit b2f5d8f301

View File

@@ -78,7 +78,7 @@ jobs:
detekt:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 10
steps:
@@ -115,7 +115,7 @@ jobs:
androidTest:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 15
strategy:
matrix:
api-level: [26, 35]
@@ -178,7 +178,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
disable-animations: true
script: ./gradlew :app:connectedFdroidDebugAndroidTest --configuration-cache --scan && killall -INT crashpad_handler || true
script: ./gradlew :app:connectedFdroidDebugAndroidTest --configuration-cache --scan && ( killall -INT crashpad_handler || true )
- name: Upload Test Results
if: ${{ !cancelled() }}