Skip to content

Commit 53fd569

Browse files
committed
Publish temp log files as wf artifacts
1 parent 309fdd4 commit 53fd569

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,18 @@ jobs:
166166
echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
167167
echo "complex step outcome: ${{ steps.complex_tests.outcome }}"
168168
169+
- name: Publish temp log files
170+
if: |
171+
(!cancelled()
172+
timeout-minutes: 1
173+
uses: actions/upload-artifact@v4
174+
with:
175+
name: DO_${{ github.ref_name }}_${{ github.run_number }}_on_${{ inputs.storage }}_${{inputs.target_framework}}
176+
path: |
177+
_Build/tests/${{ inputs.build_config }}/${{ inputs.target_framework }}/**
178+
if-no-files-found: ignore
179+
retention-days: 1
180+
169181
- name: Publish raw test results as files
170182
if: |
171183
(!cancelled() && inputs.publish_raw_results) || failure()

0 commit comments

Comments
 (0)