chore: ci fix

This commit is contained in:
usbharu 2024-12-19 20:33:18 +09:00
parent fcb3f1a7bc
commit 07e1a1354b
Signed by: usbharu
GPG Key ID: 95CBCF7046307B77
1 changed files with 2 additions and 0 deletions

View File

@ -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'