From: Richard Maw Date: Thu, 25 Apr 2024 11:08:59 +0000 (+0100) Subject: ci: Add the meson logs to failure log artifacts X-Git-Tag: v256-rc1~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32476%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index a22a458db30..e7fe33900b3 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -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