File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,11 @@ jobs:
98
98
- docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=bbk4k77JKH88g54' -p 1433:1433 --name ms-sql -d microsoft/mssql-server-linux
99
99
before_script :
100
100
- odbcinst -j
101
+ - cat /etc/odbcinst.ini
101
102
- docker exec -it ms-sql /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P "bbk4k77JKH88g54" -Q 'CREATE DATABASE ddbctest'
102
103
script :
103
104
- dub test --config=ODBC
104
- - cd example && dub build --config=ODBC && ./ddbctest --connection=odbc://localhost,1433 --database=ddbctest --user=SA --password=bbk4k77JKH88g54
105
+ - cd example && dub build --config=ODBC && ./ddbctest --connection=odbc://localhost --database=ddbctest --user=SA --password=bbk4k77JKH88g54
105
106
allow_failures :
106
107
- stage : MS SQL Integration Tests
107
108
- d : dmd-beta
You can’t perform that action at this time.
0 commit comments