From 72dea5aecee5ffde9871b53c7fce94613abe6934 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 28 Aug 2024 11:47:44 +0200 Subject: [PATCH] CI: Upload meson test log Signed-off-by: Alexander Larsson --- .github/workflows/test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba92123d..14a86394 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -103,6 +103,12 @@ jobs: meson setup build --werror meson compile -C build meson test -C build --timeout-multiplier 10 + - name: Upload log + uses: actions/upload-artifact@v4 + if: always() + with: + name: testlog.txt + path: meson-logs/testlog.txt integration: needs: build runs-on: ubuntu-latest