Skip to content

Commit 2d554a0

Browse files
committed
Oops
1 parent c2ea58c commit 2d554a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
include:
1313
- DB: SqlServer2008
1414
CONNECTION_STRING: "Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
15-
OS: windows-latest
15+
OS: ubuntu-latest
1616
DB_INIT: |
1717
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=P@ssw0rd" -e "MSSQL_PID=Express" -p 1433:1433 -d --name sqlexpress mcr.microsoft.com/mssql/server:2019-latest;
1818
- DB: SqlServer2008-MicrosoftDataSqlClientDriver

0 commit comments

Comments
 (0)