From b4f9e0df785dab32a527e64856e918a7cbd2b5b0 Mon Sep 17 00:00:00 2001 From: Jose Alcerreca Date: Fri, 31 May 2024 12:32:46 +0200 Subject: [PATCH] Trying again with two emulator steps --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index ac51f2ac6..067043d92 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -334,7 +334,7 @@ jobs: echo "::error::Instrumented screenshot tests failed, please create a PR in your fork first." && exit 1 - name: Record new screenshots if verification failed - id: dropshotsverify + id: dropshotsrecord continue-on-error: false if: steps.dropshotsverify.outcome == 'failure' uses: reactivecircus/android-emulator-runner@v2