Skip to content

Commit

Permalink
chore(ci): test reporting action
Browse files Browse the repository at this point in the history
Small update to testsuite CI which reports the result of Surefire
tests within the GitHub UI.

- chore: test reporting action

Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 8, 2024
1 parent c6aea8b commit 2c85019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ jobs:
if: matrix.java == 11
shell: bash
run: util/gradle_integration_tests.sh
- name: 'Test Reports'
if: success() || failure()
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 # v1.8.0
continue-on-error: true

0 comments on commit 2c85019

Please sign in to comment.