diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-08-08 18:04:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 18:04:53 +0300 |
commit | 0ddb5fb0fe2f11b2936de0a6c67537b0c9beb1a2 (patch) | |
tree | 5faa3f9bad616ffaa88deb49140aa8d57235a5e5 /.github | |
parent | 5e487eb13de027b8d132df4ef54c1be9df82b89e (diff) | |
download | ydb-0ddb5fb0fe2f11b2936de0a6c67537b0c9beb1a2.tar.gz |
Fix duplicate junit upload (#7577)
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/test_ya/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml index 7817b8f544..454014ac44 100644 --- a/.github/actions/test_ya/action.yml +++ b/.github/actions/test_ya/action.yml @@ -360,7 +360,7 @@ runs: # finish testme session # split large junit_report - export TESTMO_JUNIT_REPORT_PARTS=$TMP_DIR/junit-split + export TESTMO_JUNIT_REPORT_PARTS=$TMP_DIR/try_$RETRY/junit-split mkdir -p $TESTMO_JUNIT_REPORT_PARTS .github/scripts/tests/split-junit.py -o "$TESTMO_JUNIT_REPORT_PARTS" "$CURRENT_JUNIT_XML_PATH" # archive unitest reports (transformed) |