Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Improve ui_tests.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 24, 2021
1 parent 5fbadfb commit a80549a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,17 @@ jobs:
#---------------------------------------------------

#Run UI tests
- name: Run UI Tests
- name: Run UI tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
target: 29
profile: Galaxy Nexus
emulator-build: 7425822 # https://github.com/ReactiveCircus/android-emulator-runner/issues/160
script: bundle exec fastlane ui_tests

- name: Upload Android Tests report to GitHub
if: always()
uses: actions/upload-artifact@v2
with:
name: android-tests-report
Expand Down

0 comments on commit a80549a

Please sign in to comment.