Skip to content

Commit

Permalink
added formatting test for Control plane build tests
Browse files Browse the repository at this point in the history
Signed-off-by: Prakhar Singhal <[email protected]>
  • Loading branch information
prakhar479 committed Aug 24, 2024
1 parent 4909b5d commit 32929c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/presubmit-tests.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ function fail_test() {

function build_tests() {
header "Running control plane build tests"
cd $(dirname "$0")/../control-plane
./mvnw spotless:check || fail_test "Control plane formatting check failed"
default_build_test_runner || fail_test "Control plane build tests failed"
}

Expand Down

0 comments on commit 32929c7

Please sign in to comment.