diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 318f4ad..ce63da5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -59,5 +59,7 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2 if: always() # Run even if tests fail with: - junit_files: "openfire-integration-tests/target/failsafe-reports/*.xml" + files: | + openfire-integration-tests/target/failsafe-reports/TEST-*.xml + !openfire-integration-tests/target/failsafe-reports/failsafe-summary.xml check_name: "Integration Test Results" \ No newline at end of file