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

chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 853d0df1 [CELEBORN-149] Upload failure CI unit test logs for developer 
debug (#1094)
853d0df1 is described below

commit 853d0df191cfe0a894e438b9834bcc8a49ea3101
Author: Binjie Yang <[email protected]>
AuthorDate: Fri Dec 16 04:31:13 2022 +0800

    [CELEBORN-149] Upload failure CI unit test logs for developer debug (#1094)
---
 .github/workflows/maven.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 01fb4b54..18d952a8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,6 +34,13 @@ jobs:
         check-latest: false
     - name: Test with Maven
       run: build/mvn -Pgoogle-mirror,spark-${{ matrix.spark }} test
+    - name: Upload test log
+      if: failure()
+      uses: actions/upload-artifact@v3
+      with:
+        name: unit-test-log
+        path: |
+          **/target/unit-tests.log
     - name: Upload coverage to Codecov
       if: |
         matrix.java == 8 &&

Reply via email to