From 13eadb4039900ffa118279daad0067fe1a9d02d2 Mon Sep 17 00:00:00 2001 From: damies13 Date: Thu, 14 Mar 2024 20:27:37 +1000 Subject: [PATCH] Test Archive Manager Logs --- .github/workflows/Package.yaml | 2 +- .github/workflows/Regression_Tests.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Package.yaml b/.github/workflows/Package.yaml index 6f8310e50..238c45c46 100644 --- a/.github/workflows/Package.yaml +++ b/.github/workflows/Package.yaml @@ -175,6 +175,6 @@ jobs: with: name: dist path: dist - + retention-days: 5 # diff --git a/.github/workflows/Regression_Tests.yaml b/.github/workflows/Regression_Tests.yaml index 24a999dc7..bade94db0 100644 --- a/.github/workflows/Regression_Tests.yaml +++ b/.github/workflows/Regression_Tests.yaml @@ -158,6 +158,13 @@ jobs: env: DISPLAY: :13.0 + - name: Archive Manager Logs + uses: actions/upload-artifact@v4 + with: + name: Manager-${{ matrix.platform }}-${{ matrix.python }} + path: Tests/Regression/Manager/Logs/${{ matrix.platform }}_${{ matrix.python }} + retention-days: 15 + # This below is to save results back to git, actions/upload-artifact@v4 might be a better solution, see Issue #169 - name: git commit # https://docs.github.com/en/actions/learn-github-actions/expressions