File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 9292 build_config : Release
9393 target_framework : ${{ matrix.net }}
9494 specific_sha : ${{ inputs.specific_sha }}
95- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
9695 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
9796 test_output_verbosity : minimal
9897 test_run_timeout : 50
Original file line number Diff line number Diff line change 9292 build_config : Release
9393 target_framework : ${{ matrix.net }}
9494 specific_sha : ${{ inputs.specific_sha }}
95- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
9695 test_output_verbosity : minimal
9796 test_run_timeout : 35
9897 run_main : true
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102102 build_config : Release
103103 target_framework : ${{ matrix.net }}
104104 specific_sha : ${{ inputs.specific_sha }}
105- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
106105 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
107106 test_output_verbosity : minimal
108107 test_run_timeout : 30
@@ -123,7 +122,6 @@ jobs:
123122 build_config : Release
124123 target_framework : ${{ matrix.net }}
125124 specific_sha : ${{ inputs.specific_sha }}
126- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
127125 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
128126 test_output_verbosity : minimal
129127 test_run_timeout : 30
@@ -144,7 +142,6 @@ jobs:
144142 build_config : Release
145143 target_framework : ${{ matrix.net }}
146144 specific_sha : ${{ inputs.specific_sha }}
147- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
148145 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
149146 test_output_verbosity : minimal
150147 test_run_timeout : 30
Original file line number Diff line number Diff line change 5050 # build_config: Release
5151 # target_frameworks: net6.0
5252 # specific_sha: ${{ inputs.specific_sha }}
53- # fetch_depth: 1
5453 # test_output_verbosity: minimal
5554 # test_run_timeout: 70
5655 # run_main: true
@@ -110,7 +109,6 @@ jobs:
110109 build_config : Release
111110 target_framework : ${{ matrix.net }}
112111 specific_sha : ${{ inputs.specific_sha }}
113- fetch_depth : ${{ fromJSON(inputs.fetch_depth) }}
114112 show_all_fails : ${{ fromJSON(inputs.show_all_fails) }}
115113 test_output_verbosity : minimal
116114 test_run_timeout : 30
You can’t perform that action at this time.
0 commit comments