ci: Sync [skip ci]

This commit is contained in:
Ahmad Ansori Palembani 2024-05-22 14:04:04 +07:00
parent 6d341705c0
commit dffd8d97f1
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -80,6 +80,11 @@ jobs:
if: startsWith(env.VERSION_TAG, 'r') if: startsWith(env.VERSION_TAG, 'r')
run: ./gradlew assembleStandardNightly testStandardNightlyUnitTest run: ./gradlew assembleStandardNightly testStandardNightlyUnitTest
# DEBUG
- name: Build nightly build and run tests
if: startsWith(env.VERSION_TAG, 'r') != true && startsWith(env.VERSION_TAG, 'v') != true
run: ./gradlew assembleStandardDebug testStandardDebugUnitTest
- name: Publish test report - name: Publish test report
uses: mikepenz/action-junit-report@v4 uses: mikepenz/action-junit-report@v4
if: success() || failure() if: success() || failure()