Skip to content

Commit a9bb864

Browse files
committed
Test output
1 parent eed439f commit a9bb864

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/reusable-storage-dependant-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,10 @@ jobs:
186186
#list-suites: 'all'
187187
list-tests: ${{ inputs.publish_raw_results && 'failed' || 'all' }}
188188
list-suites: 'failed'
189-
#list-tests: '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 }}"

0 commit comments

Comments
 (0)