mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
chore: ci fix
This commit is contained in:
@@ -73,6 +73,7 @@ jobs:
|
||||
run: ./gradlew :hideout:test
|
||||
|
||||
- name: JUnit Test Report
|
||||
if: ${{ always() }}
|
||||
uses: mikepenz/action-junit-report@v4
|
||||
with:
|
||||
report_paths: '**/TEST-*.xml'
|
||||
@@ -108,6 +109,7 @@ jobs:
|
||||
run: ./gradlew :owl:test
|
||||
|
||||
- name: JUnit Test Report
|
||||
if: ${{ always() }}
|
||||
uses: mikepenz/action-junit-report@v4
|
||||
with:
|
||||
report_paths: '**/TEST-*.xml'
|
||||
|
||||
Reference in New Issue
Block a user