From 85941f0a2f9b901a06e31ae1a27fe66ee2a1ee0e Mon Sep 17 00:00:00 2001 From: jasquat Date: Thu, 7 Jul 2022 10:20:23 -0400 Subject: [PATCH] archive backend log files w/ burnettk --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f505a01..52860a2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,3 +82,9 @@ jobs: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} # pass GitHub token to allow accurately detecting a build vs a re-run build GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload logs + if: failure() + uses: "actions/upload-artifact@v3.0.0" + with: + name: logs + path: "./spiffworkflow-backend/log/*.log"