From 8710a14d5afb8d4264a778501b17f66c0fb74650 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 7 Jul 2021 19:09:03 +0200 Subject: [PATCH] Download test-suite.log as artifact --- .github/workflows/test-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index cbaeab1..2032472 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -23,6 +23,11 @@ jobs: make -j 8 make -j check make distcheck + - name: Archive test log file + uses: actions/upload-artifact@v2 + with: + name: test-suite.log + path: test-suite.log # x86_macos: #