2269 - CI testing not failing correctly (#2279)

pull/2280/head
DaneEvans 2025-06-28 12:04:59 +10:00 zatwierdzone przez GitHub
rodzic fd6f0552c2
commit b2f5d8f301
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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() }}