Skip to content

Commit

Permalink
[#3532] Fix command router module name
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed May 17, 2024
1 parent 74f3001 commit 6cf3537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-images-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mvn install -B -e -DskipTests -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
-Dquarkus.native.remote-container-build=false -Dquarkus.native.container-build=true \
-Pbuild-native-image,metrics-prometheus -am \
-pl :hono-service-auth,:hono-service-command-router,:hono-service-device-registry-mongodb,:hono-service-device-registry-jdbc,\
-pl :hono-service-auth,:hono-service-command-router-infinispan,:hono-service-device-registry-mongodb,:hono-service-device-registry-jdbc,\
:hono-adapter-mqtt,:hono-adapter-amqp,:hono-adapter-coap,:hono-adapter-http,:hono-adapter-lora,\
:hono-tests
- name: "Run integration tests with Mongo DB and Kafka"
Expand Down

0 comments on commit 6cf3537

Please sign in to comment.