We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309fdd4 commit 53fd569Copy full SHA for 53fd569
1 file changed
.github/workflows/reusable-storage-dependant-tests.yml
@@ -166,6 +166,18 @@ jobs:
166
echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
167
echo "complex step outcome: ${{ steps.complex_tests.outcome }}"
168
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
+
181
- name: Publish raw test results as files
182
if: |
183
(!cancelled() && inputs.publish_raw_results) || failure()
0 commit comments