Update integration-test.yml

This commit is contained in:
usbharu
2023-11-29 16:55:29 +09:00
committed by GitHub
parent 3cb0eac56c
commit b0919bd8fd
+1 -1
View File
@@ -64,4 +64,4 @@ jobs:
uses: mikepenz/action-junit-report@v2 uses: mikepenz/action-junit-report@v2
if: always() if: always()
with: with:
report_paths: '**/build/test-results/test/TEST-*.xml' report_paths: '**/build/test-results/integrationTest/TEST-*.xml'