Skip to content

Commit c57a9b3

Browse files
committed
Publish temp log files as artifacts
1 parent fda0455 commit c57a9b3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,17 @@ 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: Log_PgsqlSwitches_${{ github.ref_name }}_${{ github.run_number }}_${{inputs.target_framework}}
176+
path: _Build/tests/${{ inputs.build_config }}/${{ inputs.target_framework }}/**
177+
if-no-files-found: ignore
178+
retention-days: 1
179+
169180
- name: Publish raw test results as files
170181
if: |
171182
(!cancelled() && inputs.publish_raw_results) || failure()

0 commit comments

Comments
 (0)