Skip to content

Commit cfde07c

Browse files
alain-kermis-sonarsourcesonartech
authored andcommitted
SONAR-26164 Generate Open API spec from distribution
1 parent 211207c commit cfde07c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/ci-files/run-qa.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ if [ "${QA_CATEGORY}" == "GITLAB_PROVISIONING" ]; then
7272
BUILD_TASK=":private:core-extension-gitlab-provisioning:bbtClasses"
7373
TEST_TASK=":private:core-extension-gitlab-provisioning:blackBoxTest"
7474
fi
75+
if [ "${QA_CATEGORY}" == "OPEN_API" ]; then
76+
BUILD_TASK=":private:api-hub:testClasses"
77+
TEST_TASK=":private:api-hub:integrationTest"
78+
fi
7579

7680
set +e
7781

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ subprojects {
393393
dependency 'io.prometheus:simpleclient:0.16.0'
394394
dependency 'io.prometheus:simpleclient_common:0.16.0'
395395
dependency 'io.prometheus:simpleclient_servlet:0.16.0'
396+
dependency 'io.swagger.parser.v3:swagger-parser:2.1.35'
396397
dependency 'com.github.spotbugs:spotbugs-annotations:4.9.8'
397398
dependency 'com.google.code.gson:gson:2.13.2'
398399
dependency('com.google.guava:guava:33.5.0-jre') {

0 commit comments

Comments
 (0)