MOB-33 YAML changes to run junit tests.

This commit is contained in:
TanelOrumaa 2021-10-06 10:57:08 +03:00 committed by GitHub
parent 634d168378
commit efcb784e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ jobs:
- name: run gradlew
run: ./gradlew assembleDebug
- name: run tests
run: ./gradlew test
- name: upload apk
uses: actions/upload-artifact@v2
with: