Skip to content

Commit

Permalink
ci: add json transfer into ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeiwong committed Dec 11, 2023
1 parent 8b3a2fd commit d4e7e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codebase/pipelines/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

0 comments on commit d4e7e6a

Please sign in to comment.