Skip to content

Commit

Permalink
github workflow: save postgres log to zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
aakselrod committed Nov 27, 2024
1 parent 0ce4384 commit 0fbf7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fbf7b5

Please sign in to comment.