Skip to content

Commit 2a12a19

Browse files
authored
Run on windows as well
1 parent ae44a64 commit 2a12a19

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
@@ -18,7 +18,7 @@ jobs:
1818
CONNECTION_STRING: "Server=localhost;Uid=root;Password=nhibernate;Database=nhibernate;Old Guids=True;"
1919
ALLOW_FAILURE: true
2020
- DB: SQLite
21-
runs-on: ubuntu-latest
21+
runs-on: [ubuntu-latest, windows-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

0 commit comments

Comments
 (0)