github workflow: save postgres log to zip file

This commit is contained in:
Alex Akselrod 2024-11-15 01:41:22 -08:00 committed by Oliver Gugger
parent 150672d518
commit 29b683d256
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -297,7 +297,7 @@ jobs:
- name: Zip log files on failure
if: ${{ failure() }}
timeout-minutes: 5 # timeout after 5 minute
run: 7z a logs-itest-${{ matrix.name }}.zip itest/**/*.log
run: 7z a logs-itest-${{ matrix.name }}.zip itest/**/*.log itest/postgres.log
- name: Upload log files on failure
uses: actions/upload-artifact@v3