chore: ci fix

This commit is contained in:
2024-12-19 20:33:18 +09:00
parent fcb3f1a7bc
commit 07e1a1354b
@@ -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'