Skip to content

Commit c28feff

Browse files
authored
Run on windows as well
1 parent b06c8e4 commit c28feff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10+
os: [ubuntu-latest, windows-latest]
1011
include:
1112
- DB: SqlServer2008
1213
CONNECTION_STRING: "Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
@@ -18,11 +19,10 @@ jobs:
1819
CONNECTION_STRING: "Server=localhost;Uid=root;Password=nhibernate;Database=nhibernate;Old Guids=True;"
1920
ALLOW_FAILURE: true
2021
- DB: SQLite
21-
runs-on: ubuntu-latest
2222
continue-on-error: ${{matrix.ALLOW_FAILURE == true}}
2323
env:
2424
LANG: en-US.UTF-8 #default POSIX locale doesn't support ignore case comparisons
25-
name: ${{matrix.DB}}
25+
name: "${{matrix.DB}} - {{matrix.os}}"
2626

2727
steps:
2828
- name: Set up SqlServer

0 commit comments

Comments
 (0)