This is an automated email from the ASF dual-hosted git repository.

jmckenzie-dev pushed a commit to branch sidecar/ghci
in repository https://gitbox.apache.org/repos/asf/cassandra-ecosystem.git

commit 05ffe461ece76259870f7f6e40260e5c620a13c4
Author: Jon Haddad <[email protected]>
AuthorDate: Tue Nov 11 14:20:11 2025 -0800

    Include all test reports not just XML
---
 .github/workflows/ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 38309c6c..ec687e9f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -136,7 +136,7 @@ jobs:
         with:
           name: unit-test-results-java-${{ matrix.java }}
           path: |
-            **/build/test-results/test/*.xml
+            **/build/test-results/test/**
             **/build/reports/tests/
           retention-days: 30
 
@@ -231,7 +231,7 @@ jobs:
         with:
           name: integration-lightweight-results-java-${{ matrix.java 
}}-cassandra-${{ matrix.cassandra }}
           path: |
-            **/build/test-results/integrationTest*/*.xml
+            **/build/test-results/integrationTest*/**
             **/build/reports/tests/integrationTest*/
           retention-days: 30
 
@@ -315,6 +315,6 @@ jobs:
         with:
           name: integration-heavyweight-results-java-${{ matrix.java 
}}-cassandra-${{ matrix.cassandra }}
           path: |
-            **/build/test-results/integrationTest*/*.xml
+            **/build/test-results/integrationTest*/**
             **/build/reports/tests/integrationTest*/
           retention-days: 30


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to