diff options
author | Nikita Kozlovskiy <nikitka@gmail.com> | 2023-06-01 16:51:31 +0000 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-06-01 19:51:31 +0300 |
commit | f10160e4b83003ae269ced1b69fc9fbad1ff32c2 (patch) | |
tree | 560e269d62c2261a705661f46daf4ace6b9cf8c4 | |
parent | 1f257fb40788f27cb1952afec8343924db6a3d53 (diff) | |
download | ydb-f10160e4b83003ae269ced1b69fc9fbad1ff32c2.tar.gz |
ci: supress testmo exec output
ci: supress testmo exec output
Pull Request resolved: #236
-rw-r--r-- | .github/actions/test/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 0a3c848c84..80d6df2f8d 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -112,6 +112,7 @@ runs: --instance "$TESTMO_URL" --run-id ${{steps.th.outputs.runid}} \ --results $TESTREPDIR/unittests/*.xml testmo automation:run:submit-thread \ + --exec-suppress \ --instance "$TESTMO_URL" --run-id ${{steps.th.outputs.runid}} \ --results $TESTREPDIR/suites/*.xml \ -- cat $WORKDIR/short.log |