File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 8
8
fail-fast : false
9
9
matrix :
10
10
i : [1,2,3,4,5]
11
- include :
11
+ DB : [Firebird]
12
+ CONNECTION_STRING : ["DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"]
12
13
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;"
32
14
runs-on : ubuntu-latest
33
15
continue-on-error : ${{matrix.ALLOW_FAILURE == true}}
34
16
env :
You can’t perform that action at this time.
0 commit comments