diff options
author | Nikita Kozlovskiy <nikitka@gmail.com> | 2023-11-09 22:03:04 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-11-09 22:21:51 +0300 |
commit | 89a4aec0d3a3f523ef4f4c4ff4d65f6bad29debf (patch) | |
tree | 08b24ed6b8894d662131027a8cf57fce01404810 /.github/actions/build_ya/action.yml | |
parent | dd516109838dae54a2e77ada88c177a76403f8c3 (diff) | |
download | ydb-89a4aec0d3a3f523ef4f4c4ff4d65f6bad29debf.tar.gz |
add canonization tests support
add canonization tests support
Pull Request resolved: https://github.com/ydb-platform/ydb/pull/432
Diffstat (limited to '.github/actions/build_ya/action.yml')
-rw-r--r-- | .github/actions/build_ya/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/build_ya/action.yml b/.github/actions/build_ya/action.yml index 05a0b719e2..86138fc583 100644 --- a/.github/actions/build_ya/action.yml +++ b/.github/actions/build_ya/action.yml @@ -74,7 +74,7 @@ runs: ;; esac - ./ya make --build "${build_type}" --force-build-depends -D'BUILD_LANGUAGES=CPP PY3' -T --stat \ + ./ya make --build "${build_type}" --force-build-depends -D'BUILD_LANGUAGES=CPP PY3 PY2' -T --stat \ --log-file "$TMP_DIR/ya_log.txt" --evlog-file "$TMP_DIR/ya_evlog.jsonl" \ --dump-graph --dump-graph-to-file "$TMP_DIR/ya_graph.json" \ --cache-size 512G --link-threads "${{ inputs.link_threads }}" \ |