From d4e7e6a201f63d6f8a9852802bf14b59eccc3abe Mon Sep 17 00:00:00 2001 From: wangshaofei Date: Mon, 11 Dec 2023 18:34:40 +0800 Subject: [PATCH] ci: add json transfer into ci test --- .codebase/pipelines/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codebase/pipelines/ci.yaml b/.codebase/pipelines/ci.yaml index beb74eb0..2e8763e9 100644 --- a/.codebase/pipelines/ci.yaml +++ b/.codebase/pipelines/ci.yaml @@ -66,6 +66,7 @@ jobs: - (cd output/test/push_data_into_graph && python3 test_push_data.py) - (cd output/test/complex_edit_case && python3 test_complex_case.py) - (cd output/test/complex_edit_case && python3 test_compare_with_edit.py) + - (cd output/test/json_param_transfer && python3 json_param_transfer.py) # test hmp - (cd bmf/hml/tests/data && ./gen.sh $(pwd)/../../../../output/files) - (cd bmf/hml/tests && pytest) @@ -148,6 +149,7 @@ jobs: - (cd output/test/push_data_into_graph && python3 test_push_data.py) - (cd output/test/complex_edit_case && python3 test_complex_case.py) - (cd output/test/complex_edit_case && python3 test_compare_with_edit.py) + - (cd output/test/json_param_transfer && python3 json_param_transfer.py) # test hmp - (cd bmf/hml/tests/data && ./gen.sh $(pwd)/../../../../output/files) - (cd bmf/hml/tests && pytest)