Update .gitea/workflows/sonar.yaml
Some checks failed
Integration Test / Platform Conformance (pull_request) Successful in 16s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 2m22s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) Some checks failed
Integration Test / Unit Tests + Container Smoke (pull_request) Failing after 4m32s
Some checks failed
Integration Test / Platform Conformance (pull_request) Successful in 16s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 2m22s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) Some checks failed
Integration Test / Unit Tests + Container Smoke (pull_request) Failing after 4m32s
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
name: SonarQube Analysis
|
name: SonarQube Analysis
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -122,7 +121,9 @@ jobs:
|
|||||||
- name: Build and test
|
- name: Build and test
|
||||||
run: |
|
run: |
|
||||||
./mvnw -B verify \
|
./mvnw -B verify \
|
||||||
-Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests'
|
-Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests' \
|
||||||
|
-Dnohttp.checkstyle.suppressions.file=src/checkstyle/nohttp-checkstyle-suppressions.xml \
|
||||||
|
-Dcheckstyle.suppressionsFile=src/checkstyle/nohttp-checkstyle-suppressions.xml
|
||||||
|
|
||||||
- name: SonarQube analysis
|
- name: SonarQube analysis
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user