Skip to content

Commit

Permalink
disable microservice pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Manganiello committed May 19, 2020
1 parent 45932e5 commit aceaa1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ 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'
- app-type: monolith-angular-jwt-dev
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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ relationship ManyToOne {
Activity {demetrauser} to DemetraUser
}


relationship ManyToMany {

DemetraUser {
Expand All @@ -85,6 +84,7 @@ relationship ManyToMany {
},
}


relationship OneToMany {

DemetraUser {
Expand Down

0 comments on commit aceaa1a

Please sign in to comment.