ci: Add the meson logs to failure log artifacts

It is not a lot of use to add --debug to tests without it
since only the last 100 lines are printed to console.
This commit is contained in:
Richard Maw 2024-04-25 12:08:59 +01:00
parent aca6533951
commit 292110aa1c

View file

@ -193,6 +193,7 @@ jobs:
name: ci-mkosi-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.distro }}-${{ matrix.release }}-failed-test-journals
path: |
build/test/journal/*.journal
build/meson-logs/*
- name: Archive packages
uses: actions/upload-artifact@v4