diff options
author | AlexSm <81806911+alexv-smirnov@users.noreply.github.com> | 2023-01-12 19:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 19:50:07 +0100 |
commit | 8aebefc945c5f48d45e55a8cad0d8a2c06617dec (patch) | |
tree | ba77888bf917e3b365218b75b924431412713a23 | |
parent | 1a001240992c8385c3d33ce9eba43856952e2880 (diff) | |
download | ydb-8aebefc945c5f48d45e55a8cad0d8a2c06617dec.tar.gz |
Update build_and_test.yml
-rw-r--r-- | .github/workflows/build_and_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index dab53f1621..c994256d36 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -29,5 +29,5 @@ jobs: run: | rm -rf /mnt/d/tmp/* cd ../build/ydb - TMPDIR=/mnt/d/tmp ctest -j28 --timeout 1200 --force-new-ctest-process --output-on-failure | grep -E "(Test\s*#|\[FAIL\])" + TMPDIR=/mnt/d/tmp ctest -j28 --timeout 1200 --force-new-ctest-process --output-on-failure | grep -E "(Test\s*#|grep "mFAIL"$'\33')" --color=never |