Skip to content

Commit 36feaa0

Browse files
authored
Update NetCoreTests.yml
1 parent 3f9491d commit 36feaa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
db:
7+
runs-on: ${{matrix.os}}
8+
name: "${{matrix.DB}} - ${{matrix.os}}"
79
strategy:
810
fail-fast: false
911
matrix:
10-
os: [ubuntu-latest, windows-latest]
12+
os: [ ubuntu-latest, windows-latest ]
1113
include:
1214
- DB: SqlServer2008
1315
CONNECTION_STRING: "Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
@@ -22,8 +24,6 @@ jobs:
2224
continue-on-error: ${{matrix.ALLOW_FAILURE == true}}
2325
env:
2426
LANG: en-US.UTF-8 #default POSIX locale doesn't support ignore case comparisons
25-
runs-on: ${{matrix.os}}
26-
name: "${{matrix.DB}} - ${{matrix.os}}"
2727

2828
steps:
2929
- name: Set up SqlServer

0 commit comments

Comments
 (0)