Skip to content

Commit

Permalink
[CI] Provide for uploading test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Oct 17, 2023
1 parent 1efb9c4 commit 5e20680
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-it-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ jobs:
--batch-mode \
integration-test
- name: Integration Test Report for ${{ matrix.group }}
id: test_report
uses: dorny/test-reporter@v1
if: ${{ success() || failure() }}
with:
name: Integration Tests
path: '**/failsafe-reports/*IT.xml'
reporter: java-junit
fail-on-empty: false
- name: Publish Test Url for ${{ matrix.group }}
shell: bash
run: |
echo "Test report for ${{ matrix.group }} published at ${{ steps.test_report.outputs.url_html }}"
- name: 'Action: Upload Unit Test Results'
if: ${{ always() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5e20680

Please sign in to comment.