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 6ee0293
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 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
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 6ee0293

Please sign in to comment.