From ac8f7dedef7ba3d57d1d892471d330ee2e250f93 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 20 Aug 2024 11:51:51 -0400 Subject: [PATCH] ci: upload test log artifacts --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d087b7d..0dad24f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,3 +93,10 @@ jobs: path: test_data.hipo - run: meson test working-directory: build + - run: upload test logs + uses: actions/upload-artifact@v4 + if: always() + with: + name: test-${{ matrix.runner }} + retention-days: 5 + path: build/meson-logs/*