[CELEBORN-149] Upload failure CI unit test logs for developer debug (#1094)
This commit is contained in:
parent
ddab27a1d7
commit
853d0df191
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -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 &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user