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 3a1878b commit 4620ab7Copy full SHA for 4620ab7
.github/actions/test_ya/action.yml
@@ -335,7 +335,8 @@ runs:
335
fi
336
337
CURRENT_PUBLIC_DIR_RELATIVE=try_$RETRY
338
- CURRENT_PUBLIC_DIR=$PUBLIC_DIR/$CURRENT_PUBLIC_DIR_RELATIVE
+ # Can be used in tests in which you want to publish the results in s3 for each retry separately
339
+ export CURRENT_PUBLIC_DIR=$PUBLIC_DIR/$CURRENT_PUBLIC_DIR_RELATIVE
340
mkdir $CURRENT_PUBLIC_DIR
341
342
if [ ${{ inputs.testman_token }} ]; then
@@ -601,4 +602,4 @@ runs:
601
602
env:
603
BUILD_PRESET: ${{ inputs.build_preset }}
604
GITHUB_TOKEN: ${{ github.token }}
- run: echo "Check cancelled" | .github/scripts/tests/comment-pr.py --color black
605
+ run: echo "Check cancelled" | .github/scripts/tests/comment-pr.py --color black
0 commit comments