Skip to content

Commit

Permalink
chore: add checking on merge request CI
Browse files Browse the repository at this point in the history
  • Loading branch information
coanor committed Sep 5, 2024
1 parent cb85434 commit de6725f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ ci_lint_and_ut:
- nvm use v16.14.0
- make clean
- make detect_mr_target_branch MERGE_REQUEST_TARGET_BRANCH="$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
- make local # build binary
- make check_testing_conf_compatible
- make lint AUTO_FIX=off
- make ut DATAWAY_URL="$TESTING_METRIC_DATAWAY" UT_EXCLUDE="$UT_EXCLUDE" UT_ONLY="$UT_ONLY" UT_PARALLEL="$UT_PARALLEL"
tags:
Expand Down

0 comments on commit de6725f

Please sign in to comment.