Skip to content

Commit a72fb0e

Browse files
committed
Remove temp log output step
1 parent 4984c9d commit a72fb0e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,4 @@ jobs:
185185
#list-suites: 'all'
186186
list-tests: ${{ inputs.publish_raw_results && 'failed' || 'all' }}
187187
list-suites: 'failed'
188-
#list-tests: 'failed'
189-
190-
- name: Temp log output
191-
run: |
192-
echo "github event name: ${{ github.event_name }}"
193-
echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
194-
echo "complex step outcome: ${{ steps.complex_tests.outcome }}"
188+
#list-tests: 'failed'

0 commit comments

Comments
 (0)