Skip to content

Commit 4620ab7

Browse files
authored
Export current_public_dir in test_ya (#9147)
1 parent 3a1878b commit 4620ab7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/test_ya/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ runs:
335335
fi
336336

337337
CURRENT_PUBLIC_DIR_RELATIVE=try_$RETRY
338-
CURRENT_PUBLIC_DIR=$PUBLIC_DIR/$CURRENT_PUBLIC_DIR_RELATIVE
338+
# 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
339340
mkdir $CURRENT_PUBLIC_DIR
340341

341342
if [ ${{ inputs.testman_token }} ]; then
@@ -601,4 +602,4 @@ runs:
601602
env:
602603
BUILD_PRESET: ${{ inputs.build_preset }}
603604
GITHUB_TOKEN: ${{ github.token }}
604-
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

Comments
 (0)