diff options
author | Nikita Kozlovskiy <nikitka@gmail.com> | 2023-05-10 09:35:53 +0000 |
---|---|---|
committer | nkozlovskiy <nkozlovskiy@yandex-team.com> | 2023-05-10 12:35:53 +0300 |
commit | 8082dfc524cc18b12aef69ac9f0a6c69315ac141 (patch) | |
tree | b6de9786a3ed93dfb25b10f0eaef1c2cc09fbc16 | |
parent | 9d5e6286a4a972c1b02226a218e7a4fdfe3a5faa (diff) | |
download | ydb-8082dfc524cc18b12aef69ac9f0a6c69315ac141.tar.gz |
"remove ydb-core-kqp-ut-spilling test skipping"
"remove ydb-core-kqp-ut-spilling test skipping"
Pull Request resolved: #196
-rw-r--r-- | .github/actions/test/action.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index e2b83ff73d0..aa88ac7d95c 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -68,8 +68,7 @@ runs: TMPDIR=$WORKDIR/tmp GTEST_OUTPUT="xml:$TESTREPDIR/unittests/" Y_UNITTEST_OUTPUT="xml:$TESTREPDIR/unittests/" \ ctest -j28 --timeout 1200 --force-new-ctest-process --output-on-failure \ --output-junit $TESTREPDIR/suites/ctest_report.xml \ - -L '${{inputs.test_label_regexp}}' \ - -E ydb-core-kqp-ut-spilling | \ + -L '${{inputs.test_label_regexp}}' | \ sed -e 's/\x1b\[[0-9;]*m//g' | \ tee >(gzip --stdout > $WORKDIR/artifacts/${{steps.init.outputs.logfilename}}) | \ grep -E '(Test\s*#.*\*\*\*|\[FAIL\])|.*tests passed,.*tests failed out of' | \ |