Update ci-it.yml to upload surefire and failsafe reports
This commit is contained in:
committed by
GitHub
parent
19fd1c65cc
commit
df9fedbd66
11
.github/workflows/ci-it.yml
vendored
11
.github/workflows/ci-it.yml
vendored
@@ -63,14 +63,21 @@ jobs:
|
||||
VERBOSE=${{ github.debug }}
|
||||
fi
|
||||
export VERBOSE
|
||||
./run-ITs.sh
|
||||
- name: Test Report
|
||||
./run-ITs.sh
|
||||
- name: Unit Test Report
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: Unit Tests
|
||||
path: '**/surefire-reports/*.xml'
|
||||
reporter: java-junit
|
||||
- name: Integrtation Test Report
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: Integration Tests
|
||||
path: '**/failsafe-reports/*.xml'
|
||||
reporter: java-junit
|
||||
- name: 'Upload: Error logs'
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user