Skip to content

Test Report for Build #16: Fix other issue #16

Test Report for Build #16: Fix other issue

Test Report for Build #16: Fix other issue #16

Workflow file for this run

name: Test Report
run-name: >
Test Report for ${{ github.event.workflow.name }}
#${{ github.event.workflow_run.run_number }}:
${{ github.event.workflow_run.display_title }}
on:
workflow_run:
workflows: [Build]
types: [completed]
permissions:
checks: write
jobs:
report:
name: Test Report
runs-on: ubuntu-latest
steps:
- name: Test Report
uses: JojOatXGME/test-reporter@6d4ba29bd533bc2eb0ba0d7c691a176a8de5c450
with:
artifact: /test-results-([^-]*)-(.*)/
name: "Unit Tests Report: Gradle $1 @ $2"
path: "test-results/*/TEST-*.xml"
reporter: java-junit