@@ -3,11 +3,6 @@ run-name: Run database tests on PostgreSQL on dispatch. Run No ${{ github.run_nu
33on :
44 workflow_dispatch :
55 inputs :
6- fetch_depth :
7- description : ' Depth of repo fetch (change if SHA populated)'
8- required : false
9- default : 1
10- type : number
116 specific_sha :
127 description : ' Commit SHA to checkout'
138 required : false
8277 build_config : Release
8378 target_framework : ${{ matrix.net }}
8479 specific_sha : ${{ inputs.specific_sha }}
85- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
8680 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
8781 test_output_verbosity : minimal
8882 test_run_timeout : 30
10397 build_config : Release
10498 target_framework : ${{ matrix.net }}
10599 specific_sha : ${{ inputs.specific_sha }}
106- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
107100 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
108101 test_output_verbosity : minimal
109102 test_run_timeout : 30
@@ -124,7 +117,6 @@ jobs:
124117 build_config : Release
125118 target_framework : ${{ matrix.net }}
126119 specific_sha : ${{ inputs.specific_sha }}
127- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
128120 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
129121 test_output_verbosity : minimal
130122 test_run_timeout : 30
@@ -145,7 +137,6 @@ jobs:
145137 build_config : Release
146138 target_framework : ${{ matrix.net }}
147139 specific_sha : ${{ inputs.specific_sha }}
148- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
149140 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
150141 test_output_verbosity : minimal
151142 test_run_timeout : 30
@@ -166,7 +157,6 @@ jobs:
166157 build_config : Release
167158 target_framework : ${{ matrix.net }}
168159 specific_sha : ${{ inputs.specific_sha }}
169- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
170160 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
171161 test_output_verbosity : minimal
172162 test_run_timeout : 30
@@ -187,7 +177,6 @@ jobs:
187177 build_config : Release
188178 target_framework : ${{ matrix.net }}
189179 specific_sha : ${{ inputs.specific_sha }}
190- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
191180 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
192181 test_output_verbosity : minimal
193182 test_run_timeout : 30
@@ -208,7 +197,6 @@ jobs:
208197 build_config : Release
209198 target_framework : ${{ matrix.net }}
210199 specific_sha : ${{ inputs.specific_sha }}
211- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
212200 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
213201 test_output_verbosity : minimal
214202 test_run_timeout : 30
@@ -229,7 +217,6 @@ jobs:
229217 build_config : Release
230218 target_framework : ${{ matrix.net }}
231219 specific_sha : ${{ inputs.specific_sha }}
232- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
233220 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
234221 test_output_verbosity : minimal
235222 test_run_timeout : 30
0 commit comments