From 23077477c838292e2e82cdfb07645d4cd4180770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 23 May 2024 15:23:32 +0000 Subject: [PATCH] Not sure if this is going to do what I want to do Change-Id: Ic0e31e8faecbaefe085b1e87aec1b4447e9333fc --- .github/workflows/Build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index a76a95c7b..97274dc7e 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -227,9 +227,10 @@ jobs: # emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none # script: adb shell rm -rf /storage/emulated/0/Download/screenshots && ./gradlew connectedDemoDebugAndroidTest -Pdropshots.record --stacktrace - - name: Pull Remote Changes (in case another job already uploaded screenshots) - if: steps.dropshotsverify.outcome == 'failure' - run: git pull + - name: Checkout new changes (in case another job already uploaded screenshots) + uses: actions/checkout@v4 + with: + clean: false - name: Push new device screenshots if available uses: stefanzweifel/git-auto-commit-action@4b8a201e31cadd9829df349894b28c54e6c19fe6