1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
This commit is contained in:
Anton Titovets
2025-11-06 14:38:25 +03:00
parent 4d81636c90
commit fb5f69c247

2
ci/edt_build vendored
View File

@@ -90,7 +90,7 @@ pipeline {
script {
def tests = [
['BuildCheck', "${WORKSPACE}\\service\\yaxunit_conf\\ru\\BuildCheck.json", env.IB_RU],
['BuildCheck', "${WORKSPACE}\\service\\yaxunit_conf\\ru\\BuildCheck.json", env.IB_EN],
['BuildCheck', "${WORKSPACE}\\service\\yaxunit_conf\\en\\BuildCheck.json", env.IB_EN],
]
for (test in tests) {
runLibraryTest(test[0], test[1], env.ONEC_PATH, test[2])