Skip to content

Test Report for Build #515: Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 (#214) #75

Test Report for Build #515: Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 (#214)

Test Report for Build #515: Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 (#214) #75

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