Skip to content

Commit

Permalink
Update test-reporter with list-tests: failed [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Oct 26, 2023
1 parent d337975 commit a8931ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-snapshot-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
name: Unit Tests
path: '**/surefire-reports/*.xml'
reporter: java-junit
list-tests: 'failed'
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
list-tests: 'failed'
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
list-tests: 'failed'
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
list-tests: 'failed'
list-tests: failed
# clean m2 cache
- name: Clean cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
name: Unit Tests
path: '**/surefire-reports/*.xml'
reporter: java-junit
list-tests: 'failed'
list-tests: failed
- name: Capture Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a8931ed

Please sign in to comment.