We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda0455 commit c57a9b3Copy full SHA for c57a9b3
.github/workflows/reusable-storage-dependant-tests.yml
@@ -166,6 +166,17 @@ 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: 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
+
180
- name: Publish raw test results as files
181
if: |
182
(!cancelled() && inputs.publish_raw_results) || failure()
0 commit comments