Browse Source

Fix env var name in CI (#7618)

Maxim Yurchuk 7 months ago
parent
commit
7cf1acd08b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/test_ya/action.yml

+ 1 - 1
.github/actions/test_ya/action.yml

@@ -275,7 +275,7 @@ runs:
           CURRENT_MESSAGE="**{platform_name}-${BUILD_PRESET}** is running..." 
           if [ $IS_RETRY = 0 ]; then
             CURRENT_MESSAGE="Check $CURRENT_MESSAGE"
-            RERUN_FAILED_TESTS=""
+            RERUN_FAILED_OPT=""
           else
             CURRENT_MESSAGE="Failed tests rerun (try $RETRY) $CURRENT_MESSAGE"
             RERUN_FAILED_OPT="-X"