]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Add the meson logs to failure log artifacts 32476/head
authorRichard Maw <richard.maw@codethink.co.uk>
Thu, 25 Apr 2024 11:08:59 +0000 (12:08 +0100)
committerRichard Maw <richard.maw@codethink.co.uk>
Thu, 25 Apr 2024 12:05:37 +0000 (13:05 +0100)
It is not a lot of use to add --debug to tests without it
since only the last 100 lines are printed to console.

.github/workflows/mkosi.yml

index a22a458db3026dd5b640f6e473842e76c14e0adb..e7fe33900b3d095e012fc5dc0334f9920a3d08ef 100644 (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