File tree Expand file tree Collapse file tree 5 files changed +34
-0
lines changed
Expand file tree Collapse file tree 5 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1313 required : false
1414 default : ' '
1515 type : string
16+ show_all_fails :
17+ description : ' No mute tests'
18+ type : boolean
19+ default : false
20+ required : true
1621 firebird30 :
1722 description : ' Firebird 3.0'
1823 type : boolean
4348 target_framework : ${{ matrix.net }}
4449 specific_sha : ${{ inputs.specific_sha }}
4550 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
51+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
4652 test_output_verbosity : minimal
4753 test_run_timeout : 40
4854 run_main : true
Original file line number Diff line number Diff line change 1313 required : false
1414 default : ' '
1515 type : string
16+ show_all_fails :
17+ description : ' No mute tests'
18+ type : boolean
19+ default : false
20+ required : true
1621 mssql2017 :
1722 description : ' MS SQL Server 2017'
1823 type : boolean
4853 target_framework : ${{ matrix.net }}
4954 specific_sha : ${{ inputs.specific_sha }}
5055 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
56+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
5157 test_output_verbosity : minimal
5258 test_run_timeout : 50
5359 run_main : true
6874 target_framework : ${{ matrix.net }}
6975 specific_sha : ${{ inputs.specific_sha }}
7076 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
77+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
7178 test_output_verbosity : minimal
7279 test_run_timeout : 50
7380 run_main : true
Original file line number Diff line number Diff line change 1313 required : false
1414 default : ' '
1515 type : string
16+ show_all_fails :
17+ description : ' No mute tests'
18+ type : boolean
19+ default : false
20+ required : true
1621 mysql55 :
1722 description : ' MySQL 5.5'
1823 type : boolean
4853 target_framework : ${{ matrix.net }}
4954 specific_sha : ${{ inputs.specific_sha }}
5055 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
56+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
5157 test_output_verbosity : minimal
5258 test_run_timeout : 20
5359 run_main : true
6874 target_framework : ${{ matrix.net }}
6975 specific_sha : ${{ inputs.specific_sha }}
7076 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
77+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
7178 test_output_verbosity : minimal
7279 test_run_timeout : 30
7380 run_main : true
Original file line number Diff line number Diff line change 1313 required : false
1414 default : ' '
1515 type : string
16+ show_all_fails :
17+ description : ' No mute tests'
18+ type : boolean
19+ default : false
20+ required : true
1621 pgsql100 :
1722 description : ' PostgreSQL 10'
1823 type : boolean
4853 target_framework : ${{ matrix.net }}
4954 specific_sha : ${{ inputs.specific_sha }}
5055 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
56+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
5157 test_output_verbosity : minimal
5258 test_run_timeout : 30
5359 run_main : true
6874 target_framework : ${{ matrix.net }}
6975 specific_sha : ${{ inputs.specific_sha }}
7076 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
77+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
7178 test_output_verbosity : minimal
7279 test_run_timeout : 30
7380 run_main : true
Original file line number Diff line number Diff line change 1313 required : false
1414 default : ' '
1515 type : string
16+ show_all_fails :
17+ description : ' No mute tests'
18+ type : boolean
19+ default : false
20+ required : true
1621 pgsql91 :
1722 description : ' PostgreSQL 9.1'
1823 type : boolean
6671 target_framework : ${{ matrix.net }}
6772 specific_sha : ${{ inputs.specific_sha }}
6873 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
74+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
6975 test_output_verbosity : minimal
7076 test_run_timeout : 30
7177 run_main : true
8692 target_framework : ${{ matrix.net }}
8793 specific_sha : ${{ inputs.specific_sha }}
8894 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
95+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
8996 test_output_verbosity : minimal
9097 test_run_timeout : 30
9198 run_main : true
You can’t perform that action at this time.
0 commit comments