Run unit tests during CI builds

This commit is contained in:
arkon 2022-05-18 22:41:29 -04:00
parent bbb69482e1
commit 6d154b1e4f
2 changed files with 10 additions and 0 deletions

View File

@ -38,3 +38,8 @@ jobs:
uses: gradle/gradle-command-action@v2
with:
arguments: assembleStandardRelease
- name: Run unit tests
uses: gradle/gradle-command-action@v2
with:
arguments: test

View File

@ -40,6 +40,11 @@ jobs:
with:
arguments: assembleStandardRelease
- name: Run unit tests
uses: gradle/gradle-command-action@v2
with:
arguments: test
# Sign APK and create release for tags
- name: Get tag name