Skip to content

Commit

Permalink
Test Archive Manager Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 14, 2024
1 parent a7c6b73 commit 13eadb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ jobs:
with:
name: dist
path: dist

retention-days: 5

#
7 changes: 7 additions & 0 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13eadb4

Please sign in to comment.