From fb5f69c24710de9c36a8c091e91d298e94c37b7f Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Thu, 6 Nov 2025 14:38:25 +0300 Subject: [PATCH] Fastfix --- ci/edt_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/edt_build b/ci/edt_build index 6517f072ce..b9473582fa 100644 --- a/ci/edt_build +++ b/ci/edt_build @@ -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])