Skip to content

Commit e1f94a9

Browse files
committed
Run hibernate-reactive-mssql integration tests as part of the build
1 parent a5e01d5 commit e1f94a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/native-tests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
{
4646
"category": "Data7",
47-
"timeout": 85,
48-
"test-modules": "reactive-oracle-client, reactive-mysql-client, reactive-db2-client, hibernate-reactive-db2, hibernate-reactive-mariadb, hibernate-reactive-mysql, hibernate-reactive-mysql-agroal-flyway, hibernate-reactive-panache, hibernate-reactive-panache-kotlin",
47+
"timeout": 90,
48+
"test-modules": "reactive-oracle-client, reactive-mysql-client, reactive-db2-client, hibernate-reactive-db2, hibernate-reactive-mariadb, hibernate-reactive-mssql, hibernate-reactive-mysql, hibernate-reactive-mysql-agroal-flyway, hibernate-reactive-panache, hibernate-reactive-panache-kotlin",
4949
"os-name": "ubuntu-latest"
5050
},
5151
{

integration-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
<module>hibernate-orm-panache-kotlin</module>
214214
<module>hibernate-reactive-db2</module>
215215
<module>hibernate-reactive-mariadb</module>
216+
<module>hibernate-reactive-mssql</module>
216217
<module>hibernate-reactive-mysql</module>
217218
<module>hibernate-reactive-mysql-agroal-flyway</module>
218219
<module>hibernate-reactive-postgresql</module>

0 commit comments

Comments
 (0)