Skip to content

Commit 0ddb5fb

Browse files
authored
Fix duplicate junit upload (#7577)
1 parent 5e487eb commit 0ddb5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test_ya/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ runs:
360360
# finish testme session
361361

362362
# split large junit_report
363-
export TESTMO_JUNIT_REPORT_PARTS=$TMP_DIR/junit-split
363+
export TESTMO_JUNIT_REPORT_PARTS=$TMP_DIR/try_$RETRY/junit-split
364364
mkdir -p $TESTMO_JUNIT_REPORT_PARTS
365365
.github/scripts/tests/split-junit.py -o "$TESTMO_JUNIT_REPORT_PARTS" "$CURRENT_JUNIT_XML_PATH"
366366
# archive unitest reports (transformed)

0 commit comments

Comments
 (0)