We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0138b90 commit 367b417Copy full SHA for 367b417
.github/actions/test_ya/action.yml
@@ -295,7 +295,6 @@ runs:
295
RERUN_FAILED_OPT="-X"
296
fi
297
298
- s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
299
echo $CURRENT_MESSAGE | GITHUB_TOKEN="${{ github.token }}" .github/scripts/tests/comment-pr.py
300
301
CURRENT_PUBLIC_DIR_RELATIVE=try_$RETRY
@@ -348,6 +347,8 @@ runs:
348
347
IS_LAST_RETRY=1
349
350
+ s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
351
+
352
if [ $FAILED_TESTS_COUNT -gt 500 ]; then
353
354
TOO_MANY_FAILED="Too many tests failed, NOT going to retry"
0 commit comments