Skip to content

Commit

Permalink
Upload logs on failure
Browse files Browse the repository at this point in the history
Signed-off-by: simonmicro <[email protected]>
  • Loading branch information
simonmicro committed Apr 7, 2024
1 parent f092782 commit ba38b53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-EMULATOR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:
run: cd build && make -j $(nproc)
- name: Test
run: cd build && make test
- name: Upload test artifacts
if: failure()
uses: actions/upload-artifact@v4
with:
name: test-results
path: |
build/Testing/Temporary/**/*.log

0 comments on commit ba38b53

Please sign in to comment.