Skip to content

Commit

Permalink
Upload broker logs as artifacts on failure
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Petukhov <[email protected]>
  • Loading branch information
bbpetukhov authored and pniedzielski committed Oct 30, 2024
1 parent b81f47c commit 7b97a18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,11 @@ jobs:
uses: irongut/[email protected]
with:
filename: coverage*.xml
- name: Upload broker logs as artifacts
if: failure()
uses: actions/upload-artifact@v4
with:
name: broker_logs
path: ./bmq/logs
retention-days: 5
compression-level: 9

0 comments on commit 7b97a18

Please sign in to comment.