Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed Jul 16, 2024
1 parent 99f98b1 commit d150e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test_ya/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
echo "OUT_DIR=$OUT_DIR" >> $GITHUB_ENV
mkdir -p $OUT_DIR
export ARTIFACTS_DIR=$TMP_DIR/artifacts
export ARTIFACTS_DIR=$RESULT_DIR/artifacts
echo "ARTIFACTS_DIR=$ARTIFACTS_DIR" >> $GITHUB_ENV
mkdir -p $ARTIFACTS_DIR
Expand Down Expand Up @@ -272,7 +272,7 @@ runs:
echo "Build+Tests **{platform_name}-${BUILD_PRESET}** is running..." | GITHUB_TOKEN="${{ github.token }}" .github/scripts/tests/comment-pr.py
set +e
(./ya make ${{ inputs.build_target }} "${params[@]}" \
--stat --log-file "$YA_TEST_LOG_URL" -DCONSISTENT_DEBUG \
--stat --log-file "$YA_TEST_LOG" -DCONSISTENT_DEBUG \
--no-dir-outputs --test-failure-code 0 --build-all \
--cache-size 2TB --force-build-depends --evlog-file "$RESULT_DIR/ya_evlog.jsonl" \
--junit "$JUNIT_REPORT_XML" --output "$OUT_DIR"; echo $? > exit_code) |& tee $GITHUB_ENV
Expand Down

0 comments on commit d150e89

Please sign in to comment.