We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f927e82 commit 36377ddCopy full SHA for 36377dd
.github/workflows/reusable-storage-dependant-tests.yml
@@ -183,4 +183,10 @@ jobs:
183
#list-suites: 'all'
184
list-tests: ${{ inputs.publish_raw_results && 'failed' || 'all' }}
185
list-suites: 'failed'
186
- #list-tests: 'failed'
+ #list-tests: 'failed'
187
+
188
+ - name: Temp log output
189
+ run: |
190
+ echo "github event name: ${{ github.event_name }}"
191
+ echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
192
+ echo "complex step outcome: ${{ steps.complex_tests.outcome }}"
0 commit comments