diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-12-13 15:44:18 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-12-13 17:50:45 +0300 |
commit | d437d8b93a72579cfee537948870e72f229ed323 (patch) | |
tree | 6968b9d272a939f798e103466e2e383c507fcf04 /.github/actions/build_ya/action.yml | |
parent | b02215d71ab4a00fd969a336c6c9f33700c7ce14 (diff) | |
download | ydb-d437d8b93a72579cfee537948870e72f229ed323.tar.gz |
ci: use ya from repo, fix memory sanitizer run, always try generate summary
Diffstat (limited to '.github/actions/build_ya/action.yml')
-rw-r--r-- | .github/actions/build_ya/action.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/actions/build_ya/action.yml b/.github/actions/build_ya/action.yml index 7da05744de..dc40b1b186 100644 --- a/.github/actions/build_ya/action.yml +++ b/.github/actions/build_ya/action.yml @@ -82,12 +82,6 @@ runs: ;; esac - # FIXME: remove after 5014029 merge - if [ "${{ runner.arch }}" == "X64" ]; then - curl -s https://storage.yandexcloud.net/ydb-tech-ci/tools/ya-bin-test-cache-patched-amd64 -o ./ya - chmod +x ./ya - fi - echo "::debug::get version" ./ya --version |