File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 2121 pgsql92 :
2222 description : ' PostgreSQL 9.2'
2323 type : boolean
24- default : false
25- required : true
26- pgsql96 :
27- description : ' PostgreSQL 9.6'
28- type : boolean
2924 default : true
3025 required : true
3126
9792 run_sql : true
9893 run_extensions : true
9994 publish_raw_results : true
100-
101- test_on_pgsql96 :
102- name : Tests on PostgreSQL 9.6
103- if : ${{ inputs.pgsql96 }}
104- strategy :
105- matrix :
106- net : [ 'netcoreapp2.0' ]
107- uses : DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@6.0
108- with :
109- storage : pgsql96
110- build_config : Release
111- target_framework : ${{ matrix.net }}
112- specific_sha : ${{ inputs.specific_sha }}
113- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
114- test_output_verbosity : minimal
115- test_run_timeout : 30
116- run_main : true
117- run_sql : true
118- run_extensions : true
119- publish_raw_results : true
You can’t perform that action at this time.
0 commit comments