We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed439f commit a9bb864Copy full SHA for a9bb864
1 file changed
.github/workflows/reusable-storage-dependant-tests.yml
@@ -186,4 +186,10 @@ jobs:
186
#list-suites: 'all'
187
list-tests: ${{ inputs.publish_raw_results && 'failed' || 'all' }}
188
list-suites: 'failed'
189
- #list-tests: 'failed'
+ #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 }}"
0 commit comments