Fix unit tests not running in workflows

This commit is contained in:
arkon 2023-05-06 23:12:12 -04:00
parent b051e37ab7
commit 05a7d5174a
2 changed files with 2 additions and 2 deletions

View File

@ -36,4 +36,4 @@ jobs:
- name: Build app and run unit tests
uses: gradle/gradle-command-action@v2
with:
arguments: lintKotlin assembleStandardRelease testStandardReleaseUnitTest
arguments: lintKotlin assembleStandardRelease testReleaseUnitTest

View File

@ -31,7 +31,7 @@ jobs:
- name: Build app and run unit tests
uses: gradle/gradle-command-action@v2
with:
arguments: lintKotlin assembleStandardRelease testStandardReleaseUnitTest
arguments: lintKotlin assembleStandardRelease testReleaseUnitTest
# Sign APK and create release for tags