Skip to content

Commit

Permalink
Build micronaut as part of mysql build
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Sep 3, 2024
1 parent da2418c commit e6b7e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
name: 'Test'
command: |
./mvnw -ntp -B install -Pquickbuild -pl :querydsl-sql-spring,:querydsl-jpa-spring,:querydsl-kotlin-codegen,:querydsl-mongodb,:querydsl-r2dbc,:querydsl-sql-json -am -T2
./mvnw -ntp -B verify -Pexamples -rf :querydsl-examples
./mvnw -ntp -B verify -Pexamples -rf :querydsl-examples -pl -:querydsl-example-hibernate-reactive-micronaut
- save-test-results
buildQuarkusExample:
<<: *defaults
Expand Down Expand Up @@ -178,6 +178,7 @@ jobs:
name: 'Test'
command: |
./mvnw -ntp -B package -Pci -Dgroups=com.querydsl.core.testutil.MySQL
./mvnw -ntp -B verify -Pexamples -pl :querydsl-example-hibernate-reactive-micronaut
- save-test-results
testPostgreSQL:
<<: *defaults
Expand Down

0 comments on commit e6b7e2c

Please sign in to comment.