Fix test-mssql bug
This commit is contained in:
parent
f1391d7b2f
commit
4fdf99bddb
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- name: test mssql with collation
|
- name: test mssql with collation
|
||||||
env:
|
env:
|
||||||
TEST_MSSQL_HOST: mssql
|
TEST_MSSQL_HOST: mssql
|
||||||
TEST_MSSQL_DBNAME: xorm_test
|
TEST_MSSQL_DBNAME: xorm_test2
|
||||||
TEST_MSSQL_USERNAME: sa
|
TEST_MSSQL_USERNAME: sa
|
||||||
TEST_MSSQL_PASSWORD: "yourStrong(!)Password"
|
TEST_MSSQL_PASSWORD: "yourStrong(!)Password"
|
||||||
TEST_MSSQL_COLLATION: SQL_Latin1_General_CP1_CS_AS
|
TEST_MSSQL_COLLATION: SQL_Latin1_General_CP1_CS_AS
|
||||||
|
|
Loading…
Reference in New Issue