From e7cd926fd646d3a299b7e1737d2daccad0ff3d66 Mon Sep 17 00:00:00 2001 From: Eric Deandrea Date: Wed, 1 Nov 2023 14:22:14 -0400 Subject: [PATCH] Adding locations & ui to nightly build --- .github/quarkus-ecosystem-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/quarkus-ecosystem-test b/.github/quarkus-ecosystem-test index c72e4f9d6..235bc375b 100755 --- a/.github/quarkus-ecosystem-test +++ b/.github/quarkus-ecosystem-test @@ -4,7 +4,7 @@ set -e run_build() { local java_version=$1 - for project in "event-statistics" "rest-fights" "rest-heroes" "rest-villains" "rest-narration" + for project in "event-statistics" "rest-fights" "rest-heroes" "rest-villains" "rest-narration" "grpc-locations" "ui-super-heroes" do $project/mvnw -f $project/pom.xml \ --settings .github/quarkus-ecosystem-maven-settings.xml \