From e624956918b2aa27f0a8f4c52cf12c1dae059f47 Mon Sep 17 00:00:00 2001 From: Jose Alcerreca Date: Fri, 31 May 2024 13:28:08 +0200 Subject: [PATCH] Debug hell --- .github/workflows/Build.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 84d2ea9b8..f01ad930a 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -323,6 +323,12 @@ jobs: script: ./gradlew :app:connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests --daemon + - name: Breakpoint if tests failed + uses: namespacelabs/breakpoint-action@v0 + with: + duration: 30m + authorized-users: jack123, alice321 + - name: Prevent pushing new screenshots if this is a fork id: checkfork_screenshots_instrumented continue-on-error: false @@ -348,11 +354,6 @@ jobs: script: ./gradlew :app:connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests -Pdropshots.record --daemon --stacktrace - - name: Breakpoint if tests failed - uses: namespacelabs/breakpoint-action@v0 - with: - duration: 30m - authorized-users: jack123, alice321 - name: Checkout new changes (in case another job already uploaded screenshots) uses: actions/checkout@v4