mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
ci: Sync [skip ci]
This commit is contained in:
parent
6d341705c0
commit
dffd8d97f1
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build_push.yml
vendored
5
.github/workflows/build_push.yml
vendored
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue