Skip to content

Commit b079087

Browse files
committed
Fix integration test
1 parent 3424777 commit b079087

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

test-integration/samples/gateway-app/.yo-rc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@
3131
"version": "2.0.0"
3232
}
3333
]
34+
},
35+
"generator-jhipster-dotnetcore": {
36+
"ciType": "Github"
3437
}
3538
}

test/templates/ngx-blueprint/.yo-rc.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"jwtSecretKey": "147e04cf224f52908a60d7a2902e19e0648d0a8c52503b4624f1708478dd29ba2885a9bb823c85873a76b27964a90e22f1e8",
2424
"clientFramework": "angularX",
2525
"useSass": false,
26-
"clientPackageManager": "npm"
26+
"clientPackageManager": "npm",
27+
"ciType": "Github"
2728
},
2829
"generator-jhipster": {
2930
"promptValues": {
@@ -44,8 +45,5 @@
4445
"fr"
4546
],
4647
"blueprint": "generator-jhipster-dotnetcore"
47-
},
48-
"generator-jhipster-dotnetcore": {
49-
"ciType": "Github"
5048
}
5149
}

0 commit comments

Comments
 (0)