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 a079ed2 commit fbe1666Copy full SHA for fbe1666
.github/actions/test_ya/action.yml
@@ -113,7 +113,6 @@ runs:
113
export PUBLIC_DIR_URL=$S3_URL_PREFIX
114
echo "PUBLIC_DIR_URL=$PUBLIC_DIR_URL" >> $GITHUB_ENV
115
mkdir -p $PUBLIC_DIR
116
- echo "After check artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | .github/scripts/tests/comment-pr.py
117
118
echo "LAST_JUNIT_REPORT_XML=$PUBLIC_DIR/last_junit.xml" >> $GITHUB_ENV
119
export TESTMO_URL=${{ inputs.testman_url }}
@@ -149,6 +148,7 @@ runs:
149
148
shell: bash
150
run: |
151
set -x
+ echo "Artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | .github/scripts/tests/comment-pr.py
152
153
ORIGINAL_HEAD=$(git rev-parse HEAD)
154
0 commit comments