From b2ad870c0800a4d88a39b438db1da51762057e59 Mon Sep 17 00:00:00 2001 From: Jose Alcerreca Date: Fri, 31 May 2024 14:36:38 +0200 Subject: [PATCH] Debug hell --- .github/workflows/Build.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 949625578..5af043b83 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -278,8 +278,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Copy CI gradle.properties - run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -307,6 +305,11 @@ jobs: - name: Create directory for AVD run: mkdir -p /home/runner/.android/avd + - name: Collect Workflow Telemetry + uses: catchpoint/workflow-telemetry-action@v2 + with: + comment_on_pr: false + - name: Build projects and run instrumented screenshot tests id: dropshotsverify continue-on-error: true @@ -325,11 +328,7 @@ jobs: ./gradlew :app:connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests --daemon - name: Breakpoint if tests failed - uses: namespacelabs/breakpoint-action@v0 - if: steps.dropshotsverify.outcome == 'failure' - with: - duration: 30m - authorized-users: jack123, alice321 + run: top - name: Prevent pushing new screenshots if this is a fork id: checkfork_screenshots_instrumented