From 4e3c80caec6d38f91d7580b98af88e9b55ad628a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 29 Aug 2023 20:30:55 +0200 Subject: [PATCH] Include in CI build --- .github/workflows/checks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1c27ce3cc..4ab3c8cba 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -185,3 +185,8 @@ jobs: run: |- cd samples/grpc/restaurant-drone-deliveries-service-scala sbt compile -Dakka-projection.version=`cat ~/.version` + + - name: Compile Java Projection gRPC Local Drone Control sample + run: |- + cd samples/grpc/local-drone-control-java + mvn compile -nsu -Dakka-projection.version=`cat ~/.version`