Skip to content

Commit 3b53b90

Browse files
authored
Update NetCoreTests.yml
1 parent 1d1d052 commit 3b53b90

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,9 @@ jobs:
88
fail-fast: false
99
matrix:
1010
i: [1,2,3,4,5]
11-
include:
11+
DB: [Firebird]
12+
CONNECTION_STRING: ["DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"]
1213

13-
- i: 1
14-
DB: Firebird
15-
CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"
16-
17-
- i: 2
18-
DB: Firebird
19-
CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"
20-
21-
- i: 3
22-
DB: Firebird
23-
CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"
24-
25-
- i: 4
26-
DB: Firebird
27-
CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"
28-
29-
- i: 5
30-
DB: Firebird
31-
CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"
3214
runs-on: ubuntu-latest
3315
continue-on-error: ${{matrix.ALLOW_FAILURE == true}}
3416
env:

0 commit comments

Comments
 (0)