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
7883 target_framework : ${{ matrix.net }}
7984 specific_sha : ${{ inputs.specific_sha }}
8085 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
86+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
8187 test_output_verbosity : minimal
8288 test_run_timeout : 30
8389 run_main : true
98104 target_framework : ${{ matrix.net }}
99105 specific_sha : ${{ inputs.specific_sha }}
100106 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
107+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
101108 test_output_verbosity : minimal
102109 test_run_timeout : 30
103110 run_main : true
@@ -118,6 +125,7 @@ jobs:
118125 target_framework : ${{ matrix.net }}
119126 specific_sha : ${{ inputs.specific_sha }}
120127 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
128+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
121129 test_output_verbosity : minimal
122130 test_run_timeout : 30
123131 run_main : true
@@ -138,6 +146,7 @@ jobs:
138146 target_framework : ${{ matrix.net }}
139147 specific_sha : ${{ inputs.specific_sha }}
140148 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
149+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
141150 test_output_verbosity : minimal
142151 test_run_timeout : 30
143152 run_main : true
@@ -158,6 +167,7 @@ jobs:
158167 target_framework : ${{ matrix.net }}
159168 specific_sha : ${{ inputs.specific_sha }}
160169 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
170+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
161171 test_output_verbosity : minimal
162172 test_run_timeout : 30
163173 run_main : true
@@ -178,6 +188,7 @@ jobs:
178188 target_framework : ${{ matrix.net }}
179189 specific_sha : ${{ inputs.specific_sha }}
180190 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
191+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
181192 test_output_verbosity : minimal
182193 test_run_timeout : 30
183194 run_main : true
@@ -198,6 +209,7 @@ jobs:
198209 target_framework : ${{ matrix.net }}
199210 specific_sha : ${{ inputs.specific_sha }}
200211 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
212+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
201213 test_output_verbosity : minimal
202214 test_run_timeout : 30
203215 run_main : true
@@ -218,6 +230,7 @@ jobs:
218230 target_framework : ${{ matrix.net }}
219231 specific_sha : ${{ inputs.specific_sha }}
220232 fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
233+ show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
221234 test_output_verbosity : minimal
222235 test_run_timeout : 30
223236 run_main : true
0 commit comments