wip test report
This commit is contained in:
@@ -27,9 +27,10 @@ runs:
|
||||
- name: Publish Test Report
|
||||
uses: dorny/test-reporter@v3
|
||||
with:
|
||||
token: ${{ inputs.token }}
|
||||
name: ${{ inputs.report-name }}
|
||||
path: "*"
|
||||
reporter: java-junit
|
||||
only-summary: true
|
||||
working-directory: "junit-short"
|
||||
use-actions-summary: true
|
||||
token: ${{ inputs.token }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: "Setup Maven with GitHub Packages"
|
||||
|
||||
description: "Sets up JDK, caches Maven dependencies, and configures GitHub Packages for Maven repositories."
|
||||
description: "Sets up JDK and caches Maven dependencies."
|
||||
|
||||
inputs:
|
||||
java-version:
|
||||
|
||||
Reference in New Issue
Block a user