Merge pull request #7 from TanelOrumaa/MOB-33

Mob-33 to main
This commit is contained in:
TanelOrumaa 2021-10-09 15:25:28 +03:00 committed by GitHub
commit aeb9a5dada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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