mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
ci: Run subproject unit test
This commit is contained in:
parent
97fc65a28d
commit
59845065fb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_push.yml
vendored
6
.github/workflows/build_push.yml
vendored
|
@ -99,17 +99,17 @@ jobs:
|
|||
# PROD
|
||||
- name: Build release build and run tests
|
||||
if: startsWith(env.VERSION_TAG, 'v') && github.event.inputs.beta != 'true'
|
||||
run: ./gradlew assembleStandardRelease testStandardReleaseUnitTest
|
||||
run: ./gradlew assembleStandardRelease testReleaseUnitTest testStandardReleaseUnitTest
|
||||
|
||||
# BETA
|
||||
- name: Build beta build and run tests
|
||||
if: startsWith(env.VERSION_TAG, 'v') && github.event.inputs.beta == 'true'
|
||||
run: ./gradlew assembleStandardBeta testStandardBetaUnitTest
|
||||
run: ./gradlew assembleStandardBeta testReleaseUnitTest testStandardBetaUnitTest
|
||||
|
||||
# NIGHTLY
|
||||
- name: Build nightly build and run tests
|
||||
if: startsWith(env.VERSION_TAG, 'r')
|
||||
run: ./gradlew assembleStandardNightly testStandardNightlyUnitTest
|
||||
run: ./gradlew assembleStandardNightly testReleaseUnitTest testStandardNightlyUnitTest
|
||||
|
||||
- name: Upload R8 APK to artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue