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 86bd0fd commit c953ddeCopy full SHA for c953dde
.github/actions/test_ya/action.yml
@@ -307,7 +307,7 @@ runs:
307
(./ya make ${{ inputs.build_target }} "${params[@]}" \
308
$RERUN_FAILED_OPT --log-file "$PUBLIC_DIR/ya_log.log" \
309
--evlog-file "$CURRENT_PUBLIC_DIR/ya_evlog.jsonl" \
310
- --junit "$CURRENT_JUNIT_XML_PATH" --output "$YA_MAKE_OUT_DIR"; echo $? > exit_code) |& tee -a $YA_MAKE_OUTPUT
+ --junit "$CURRENT_JUNIT_XML_PATH" --output "$YA_MAKE_OUT_DIR"; echo $? > exit_code) |& cat >> $YA_MAKE_OUTPUT
311
set -ex
312
RC=`cat exit_code`
313
0 commit comments