Skip to content

Commit

Permalink
readd microservice pipeline with jhipster 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Manganiello committed May 19, 2020
1 parent aceaa1a commit d0368b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions test-integration/00-install-all-jhipster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
#-------------------------------------------------------------------------------

echo "*** generator-jhipster: use last version"
npm install -g generator-jhipster
npm install -g generator-jhipster@6.8.0

#-------------------------------------------------------------------------------
# Install yeoman
Expand All @@ -23,4 +23,4 @@ npm install -g yo

echo "*** generator-jhipster-nodejs: use current branch version"
npm install -g
# sudo npm link
# sudo npm link

0 comments on commit d0368b8

Please sign in to comment.