Skip to content

Commit c953dde

Browse files
authored
hide ya make output from gh logs (#7086)
1 parent 86bd0fd commit c953dde

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
@@ -307,7 +307,7 @@ runs:
307307
(./ya make ${{ inputs.build_target }} "${params[@]}" \
308308
$RERUN_FAILED_OPT --log-file "$PUBLIC_DIR/ya_log.log" \
309309
--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
310+
--junit "$CURRENT_JUNIT_XML_PATH" --output "$YA_MAKE_OUT_DIR"; echo $? > exit_code) |& cat >> $YA_MAKE_OUTPUT
311311
set -ex
312312
RC=`cat exit_code`
313313

0 commit comments

Comments
 (0)