We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae44a64 commit 2a12a19Copy full SHA for 2a12a19
.github/workflows/NetCoreTests.yml
@@ -18,7 +18,7 @@ jobs:
18
CONNECTION_STRING: "Server=localhost;Uid=root;Password=nhibernate;Database=nhibernate;Old Guids=True;"
19
ALLOW_FAILURE: true
20
- DB: SQLite
21
- runs-on: ubuntu-latest
+ runs-on: [ubuntu-latest, windows-latest]
22
continue-on-error: ${{matrix.ALLOW_FAILURE == true}}
23
env:
24
LANG: en-US.UTF-8 #default POSIX locale doesn't support ignore case comparisons
0 commit comments