Skip to content

Commit

Permalink
Listing only failed tests. [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Oct 25, 2023
1 parent 6b31cc0 commit 7b99ba6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-snapshot-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
name: Unit Tests
path: '**/surefire-reports/*.xml'
reporter: java-junit
list-tests: 'failed'
# clean m2 cache
- name: Clean cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-it-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Integration Tests
path: '**/failsafe-reports/*IT.xml'
reporter: java-junit
fail-on-empty: false
list-tests: 'failed'
- name: Publish Test Url for ${{ matrix.group }}
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-it-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Integration Tests
path: '**/failsafe-reports/*IT.xml'
reporter: java-junit
fail-on-empty: false
list-tests: 'failed'
- name: 'Action: Upload Unit Test Results'
if: ${{ always() }}
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Unit Tests
path: '**/surefire-reports/*.xml'
reporter: java-junit
fail-on-empty: false
list-tests: 'failed'
# clean m2 cache
- name: Clean cache
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
name: Unit Tests
path: '**/surefire-reports/*.xml'
reporter: java-junit
list-tests: 'failed'
- name: Capture Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7b99ba6

Please sign in to comment.