Skip to content

Test Report for Build #18: Another test with action rebuild #18

Test Report for Build #18: Another test with action rebuild

Test Report for Build #18: Another test with action rebuild #18

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@1f94e8c3043f7cef6176ae44c73fd17739c19e03
with:
artifact: /test-results-([^-]*)-(.*)/
name: "Unit Tests Report: Gradle $1 @ $2"
path: "test-results/*/TEST-*.xml"
reporter: java-junit