From 0c0c52c1eac3c100b3dc9b2e5801055830b055b6 Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:26:20 +0200 Subject: [PATCH] chore: Add workflow step to publish test logs --- .github/workflows/functional-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index e46f908005..71f0571258 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -70,4 +70,10 @@ jobs: esac ;; esac + - name: Publish test logs + uses: actions/upload-artifact@v3 + with: + name: test-log + path: test.log + \ No newline at end of file