Remove SonarCloud integration from project and related configuration files.
Build and Analyse / build-and-analyse (push) Has been cancelled
Build and Analyse / build-and-analyse (push) Has been cancelled
This commit is contained in:
@@ -27,9 +27,10 @@ runs:
|
|||||||
- name: Publish Test Report
|
- name: Publish Test Report
|
||||||
uses: dorny/test-reporter@v3
|
uses: dorny/test-reporter@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ inputs.token }}
|
|
||||||
name: ${{ inputs.report-name }}
|
name: ${{ inputs.report-name }}
|
||||||
path: "*"
|
path: "*"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
only-summary: true
|
only-summary: true
|
||||||
working-directory: "junit-short"
|
working-directory: "junit-short"
|
||||||
|
use-actions-summary: true
|
||||||
|
token: ${{ inputs.token }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: "Setup Maven with GitHub Packages"
|
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:
|
inputs:
|
||||||
java-version:
|
java-version:
|
||||||
|
|||||||
Reference in New Issue
Block a user