File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ runs:
385385 CURRENT_JUNIT_XML_PATH=$CURRENT_PUBLIC_DIR/junit.xml
386386 CURRENT_REPORT=$CURRENT_PUBLIC_DIR/report.json
387387 set +e
388- (./ya make $YA_MAKE_TARGET "${params[@]}" \
388+ (./ya make -k $YA_MAKE_TARGET "${params[@]}" \
389389 $RERUN_FAILED_OPT --log-file "$PUBLIC_DIR/ya_log.txt" \
390390 --evlog-file "$CURRENT_PUBLIC_DIR/ya_evlog.jsonl" \
391391 --junit "$CURRENT_JUNIT_XML_PATH" --build-results-report "$CURRENT_REPORT" --output "$YA_MAKE_OUT_DIR"; echo $? > exit_code) |& cat >> $YA_MAKE_OUTPUT
@@ -663,4 +663,4 @@ runs:
663663 env :
664664 BUILD_PRESET : ${{ inputs.build_preset }}
665665 GITHUB_TOKEN : ${{ github.token }}
666- run : echo "Check cancelled" | .github/scripts/tests/comment-pr.py --color black
666+ run : echo "Check cancelled" | .github/scripts/tests/comment-pr.py --color black
You can’t perform that action at this time.
0 commit comments