Skip to content

Commit

Permalink
Include in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Aug 29, 2023
1 parent 054e083 commit 4e3c80c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 4e3c80c

Please sign in to comment.