This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/branch-0.2 by this push:
new 60dd4297 [CELEBORN-149] Upload failure CI unit test logs for developer
debug (#1094)
60dd4297 is described below
commit 60dd42974bc101b2acd0f74c5e1d5829c6ac22c8
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 0f3fb021..a2e6cf27 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,3 +34,10 @@ 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