File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,12 @@ jobs:
158158 run : |
159159 docker stop $(docker ps -a -q)
160160
161+ - name : Temp log output
162+ run : |
163+ echo "github event name: ${{ github.event_name }}"
164+ echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
165+ echo "complex step outcome: ${{ steps.complex_tests.outcome }}"
166+
161167 - name : Publish raw test results as files
162168 if : |
163169 (!cancelled() && inputs.publish_raw_results) || failure()
@@ -170,6 +176,12 @@ jobs:
170176 if-no-files-found : error
171177 retention-days : 1
172178
179+ - name : Temp log output
180+ run : |
181+ echo "github event name: ${{ github.event_name }}"
182+ echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
183+ echo "complex step outcome: ${{ steps.complex_tests.outcome }}"
184+
173185 - name : Make Final Test report
174186 if : |
175187 (github.event_name == 'push' && (steps.reprocessing.outcome != 'cancelled' && steps.complex_tests.outcome != 'cancelled'))
@@ -186,10 +198,4 @@ jobs:
186198 # list-suites: 'all'
187199 list-tests : ${{ inputs.publish_raw_results && 'failed' || 'all' }}
188200 list-suites : ' failed'
189- # list-tests: 'failed'
190-
191- - name : Temp log output
192- run : |
193- echo "github event name: ${{ github.event_name }}"
194- echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
195- echo "complex step outcome: ${{ steps.complex_tests.outcome }}"
201+ # list-tests: 'failed'
You can’t perform that action at this time.
0 commit comments