diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 2c9313c9..66584ce3 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -15,7 +15,7 @@ jobs: - monolith-react-oauth2-dev - monolith-angular-jwt-dev - monolith-react-jwt-sql-jdl - - microservice-oauth2-sql-jdl + # - microservice-oauth2-sql-jdl include: - app-type: monolith-react-oauth2-dev arg: 'no' @@ -23,8 +23,8 @@ jobs: arg: 'no' - app-type: monolith-react-jwt-sql-jdl arg: import-jdl - - app-type: microservice-oauth2-sql-jdl - arg: post-import-jdl + # - app-type: microservice-oauth2-sql-jdl + # arg: post-import-jdl env: JHI_APP: ${{ matrix.app-type }} JHI_ARG: ${{ matrix.arg }} diff --git a/test-integration/samples/microservice-oauth2-sql-jdl/microservice-oauth2-sql-jdl.jdl b/test-integration/samples/microservice-oauth2-sql-jdl/microservice-oauth2-sql-jdl.jdl index c8668c46..aba26cfb 100644 --- a/test-integration/samples/microservice-oauth2-sql-jdl/microservice-oauth2-sql-jdl.jdl +++ b/test-integration/samples/microservice-oauth2-sql-jdl/microservice-oauth2-sql-jdl.jdl @@ -65,6 +65,7 @@ relationship ManyToMany { Category{product(title)} to Product{category} } + paginate Customer, Product, Category with pagination paginate Address with pagination paginate Product with infinite-scroll diff --git a/test-integration/samples/monolith-react-jwt-sql-jdl/monolith-react-jwt-sql-jdl.jdl b/test-integration/samples/monolith-react-jwt-sql-jdl/monolith-react-jwt-sql-jdl.jdl index 5071aa65..fc041892 100644 --- a/test-integration/samples/monolith-react-jwt-sql-jdl/monolith-react-jwt-sql-jdl.jdl +++ b/test-integration/samples/monolith-react-jwt-sql-jdl/monolith-react-jwt-sql-jdl.jdl @@ -74,7 +74,6 @@ relationship ManyToOne { Activity {demetrauser} to DemetraUser } - relationship ManyToMany { DemetraUser { @@ -85,6 +84,7 @@ relationship ManyToMany { }, } + relationship OneToMany { DemetraUser {