mirror of https://github.com/usbharu/Hideout.git
chore: ci fix
This commit is contained in:
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'
|
||||
|
|
Loading…
Reference in New Issue