Update ci-it.yml to ensure it doesn't fail on absent failsafe files
Update ci-it.yml to ensure it doesn't fail on absent failsafe files Ensure when failsafe plugin isn't used it shouldn't cause a failure
This commit is contained in:
committed by
GitHub
parent
e4231b0f4e
commit
9f4a926438
2
.github/workflows/ci-it.yml
vendored
2
.github/workflows/ci-it.yml
vendored
@@ -71,6 +71,7 @@ jobs:
|
||||
name: Unit Tests
|
||||
path: '**/surefire-reports/*.xml'
|
||||
reporter: java-junit
|
||||
fail-on-empty: 'false'
|
||||
- name: Integrtation Test Report
|
||||
uses: dorny/test-reporter@v1
|
||||
if: ${{ success() || failure() }}
|
||||
@@ -78,6 +79,7 @@ jobs:
|
||||
name: Integration Tests
|
||||
path: '**/failsafe-reports/*.xml'
|
||||
reporter: java-junit
|
||||
fail-on-empty: 'false'
|
||||
- name: 'Upload: Error logs'
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user