Skip to content

Commit

Permalink
Add log archiving to FppTest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Jan 17, 2024
1 parent 942b78b commit 215c9e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/fpp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ jobs:
run: |
fprime-util check
shell: bash
- name: "Archive Logs"
uses: actions/upload-artifact@v3
if: always()
with:
name: FppTest-Logs
path: ./FppTest/build-fprime-automatic-native-ut/Testing/Temporary/*.log
retention-days: 5

0 comments on commit 215c9e4

Please sign in to comment.