Skip to content

Commit

Permalink
build: Added saving of screenshots and sources
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Oct 7, 2023
1 parent 4ee5ba0 commit 26309e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/appium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ jobs:
with:
api-level: 29
script: ./gradlew assembleDebug && cd tests && npm run test

- name: Upload Artifacts
if: failure()
uses: actions/upload-artifact@v3
with:
path: |
tests/failures
!tests/failures/sources/.gitignore
!tests/failures/screenshots/.gitignore

0 comments on commit 26309e9

Please sign in to comment.