[CELEBORN-149] Upload failure CI unit test logs for developer debug (#1094)

This commit is contained in:
Binjie Yang 2022-12-16 04:31:13 +08:00 committed by GitHub
parent ddab27a1d7
commit 853d0df191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 &&