Skip to content

Commit

Permalink
Merge 84faf65 into e5a8411
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Sep 10, 2024
2 parents e5a8411 + 84faf65 commit 6a02def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/test_ya/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ runs:
shell: bash
run: |
set -x
echo "Artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | GITHUB_TOKEN="${{ github.token }}" .github/scripts/tests/comment-pr.py
ORIGINAL_HEAD=$(git rev-parse HEAD)
Expand Down Expand Up @@ -538,7 +539,7 @@ runs:
set -x
echo "::group::s3-sync"
.github/scripts/Indexer/indexer.py -r "$PUBLIC_DIR/"
echo "00 [Workflow artifacts](${S3_URL_PREFIX}/index.html)" >> $SUMMARY_LINKS
echo "00 [Artifacts](${PUBLIC_DIR_URL}/index.html)" >> $SUMMARY_LINKS
s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
cat $SUMMARY_LINKS | python3 -c 'import sys; print(" | ".join([v for _, v in sorted([l.strip().split(" ", 1) for l in sys.stdin], key=lambda a: (int(a[0]), a))]))' >> $GITHUB_STEP_SUMMARY
echo "::endgroup::"
Expand Down

0 comments on commit 6a02def

Please sign in to comment.