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 9fc753f commit 8d01805Copy full SHA for 8d01805
.github/workflows/dotnet.yml
@@ -19,7 +19,7 @@ jobs:
19
- DB: Oracle
20
CONNECTION_STRING: "User ID=nhibernate;Password=nhibernate;Metadata Pooling=false;Self Tuning=false;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XEPDB1)))"
21
- DB: SQLite
22
- runs-on: windows-latest
+ runs-on: ubuntu-latest
23
continue-on-error: ${{matrix.ALLOW_FAILURE == true}}
24
env:
25
LANG: en-US.UTF-8 #default POSIX locale doesn't support ignore case comparisons
0 commit comments