docs: link entities to platform-docs READMEs #1

Open
demo-bot wants to merge 3 commits from documentor-annotations-52ea9373 into main
Showing only changes of commit bb6f481428 - Show all commits

View File

@@ -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: |