Skip to content

Commit

Permalink
add webflux neo4j test
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Mar 8, 2021
1 parent 6c9b2e1 commit 85385a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/neo4j.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- react-gradle-neo4j
- vue-maven-neo4j
- vue-gradle-neo4j
- webflux-neo4j
include:
- app-type: ngx-neo4j
entity: neo4j
Expand Down Expand Up @@ -104,6 +105,11 @@ jobs:
profile: prod
war: 0
e2e: 1
- app-type: webflux-neo4j
entity: neo4j
profile: prod
war: 0
e2e: 1
env:
JHI_ENTITY: ${{ matrix.entity }}
JHI_APP: ${{ matrix.app-type }}
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/ngx-neo4j/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"nativeLanguage": "en",
"languages": ["en", "fr"],
"rememberMeKey": "f19f0827c622eb9b81f5227a869ccd44932d78eb",
"testFrameworks": ["gatling", "protractor"],
"testFrameworks": ["gatling", "cypress"],
"serverPort": "8080",
"jhiPrefix": "jhi",
"ci": true,
Expand Down
2 changes: 1 addition & 1 deletion test-integration/samples/webflux-neo4j/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nativeLanguage": "en",
"languages": ["en", "fr"],
"rememberMeKey": "f19f0827c622eb9b81f5227a869ccd44932d78eb",
"testFrameworks": ["gatling", "protractor"],
"testFrameworks": ["gatling", "cypress"],
"serverPort": "8080",
"jhiPrefix": "jhi",
"ci": true,
Expand Down

0 comments on commit 85385a7

Please sign in to comment.