Skip to content

Commit

Permalink
Added github actions to run uiTests
Browse files Browse the repository at this point in the history
  • Loading branch information
epicadk committed Dec 28, 2020
1 parent 093f23d commit 144c01e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ jobs:
# Build
- name: Build
run: bash ./gradlew build --stacktrace


#uiTests
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedAndroidTest

# Upload the generated APKs to the artifacts
- name: Upload APKs as artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 144c01e

Please sign in to comment.