mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
test: Update checker
Also fixed bug found from the test unit
This commit is contained in:
parent
466d25156b
commit
0722cb2f2d
5 changed files with 105 additions and 25 deletions
8
.github/workflows/build_push.yml
vendored
8
.github/workflows/build_push.yml
vendored
|
@ -73,16 +73,12 @@ jobs:
|
|||
# PROD
|
||||
- name: Build release build
|
||||
if: startsWith(env.VERSION_TAG, 'v')
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: assembleStandardRelease
|
||||
run: ./gradlew assembleStandardRelease testStandardReleaseUnitTest
|
||||
|
||||
# NIGHTLY
|
||||
- name: Build nightly build
|
||||
if: startsWith(env.VERSION_TAG, 'r')
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: assembleStandardNightly
|
||||
run: ./gradlew assembleStandardNightly testStandardNightlyUnitTest
|
||||
|
||||
- name: Sign APK
|
||||
if: env.VERSION_TAG != ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue