From 09aac160d5898d6b95cd1b43d2c5a62e085e6a17 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 14 Dec 2021 12:18:27 -0800 Subject: Capture logs from burn integration tests --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93eef43b..f38fb5d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,3 +41,9 @@ jobs: with: name: artifacts path: build/artifacts/ + + - name: Save logs + uses: actions/upload-artifact@v2 + with: + name: logs + path: build/logs/ -- cgit v1.2.3-55-g6feb