Skip to content

Commit 73cf45b

Browse files
committed
hack
1 parent a6a2bd8 commit 73cf45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/test_ya/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)