Skip to content

Commit 7cf1acd

Browse files
authored
Fix env var name in CI (#7618)
1 parent 75186cd commit 7cf1acd

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
@@ -275,7 +275,7 @@ runs:
275275
CURRENT_MESSAGE="**{platform_name}-${BUILD_PRESET}** is running..."
276276
if [ $IS_RETRY = 0 ]; then
277277
CURRENT_MESSAGE="Check $CURRENT_MESSAGE"
278-
RERUN_FAILED_TESTS=""
278+
RERUN_FAILED_OPT=""
279279
else
280280
CURRENT_MESSAGE="Failed tests rerun (try $RETRY) $CURRENT_MESSAGE"
281281
RERUN_FAILED_OPT="-X"

0 commit comments

Comments
 (0)