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/test_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/test_ya/action.yml')
-rw-r--r-- | .github/actions/test_ya/action.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml index 8b77983bb1..81c2d03431 100644 --- a/.github/actions/test_ya/action.yml +++ b/.github/actions/test_ya/action.yml @@ -123,7 +123,7 @@ runs: ;; release-msan) params+=( - --build "memory" --sanitize="thread" + --build "release" --sanitize="memory" -DSKIP_JUNK -DUSE_EAT_MY_DATA -DDEBUGINFO_LINES_ONLY ) ;; @@ -295,6 +295,7 @@ runs: - name: write tests summary shell: bash + if: always() env: GITHUB_TOKEN: ${{ github.token }} run: | |