Skip to content

Commit

Permalink
Not sure if this is going to do what I want to do
Browse files Browse the repository at this point in the history
Change-Id: Ic0e31e8faecbaefe085b1e87aec1b4447e9333fc
  • Loading branch information
JoseAlcerreca committed May 23, 2024
1 parent dc30bce commit 7fd5d47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fd5d47

Please sign in to comment.