File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
7474fi
75+ if [ " ${QA_CATEGORY} " == " OPEN_API" ]; then
76+ BUILD_TASK=" :private:api-hub:testClasses"
77+ TEST_TASK=" :private:api-hub:integrationTest"
78+ fi
7579
7680set +e
7781
Original file line number Diff line number Diff 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' ) {
You can’t perform that action at this time.
0 commit comments