Skip to content

Commit fbe1666

Browse files
committed
fix
1 parent a079ed2 commit fbe1666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test_ya/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ runs:
113113
export PUBLIC_DIR_URL=$S3_URL_PREFIX
114114
echo "PUBLIC_DIR_URL=$PUBLIC_DIR_URL" >> $GITHUB_ENV
115115
mkdir -p $PUBLIC_DIR
116-
echo "After check artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | .github/scripts/tests/comment-pr.py
117116
118117
echo "LAST_JUNIT_REPORT_XML=$PUBLIC_DIR/last_junit.xml" >> $GITHUB_ENV
119118
export TESTMO_URL=${{ inputs.testman_url }}
@@ -149,6 +148,7 @@ runs:
149148
shell: bash
150149
run: |
151150
set -x
151+
echo "Artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | .github/scripts/tests/comment-pr.py
152152
153153
ORIGINAL_HEAD=$(git rev-parse HEAD)
154154

0 commit comments

Comments
 (0)