Skip to content

Commit

Permalink
Adding locations & ui to nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Nov 1, 2023
1 parent 80681ba commit e7cd926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/quarkus-ecosystem-test
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e7cd926

Please sign in to comment.