Skip to content

Commit

Permalink
Upload unit-test report for Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 22, 2023
1 parent cdca811 commit b7776f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,13 @@ jobs:
files: |
**/*.xml
- name: Upload the detailed tests report
uses: actions/upload-artifact@v3
with:
name: LastTest.log
path: |
/home/runner/work/CuraEngine/CuraEngine/build/Release/Testing/Temporary/LastTest.log
retention-days: 5

- name: Conclusion
run: echo "Conclusion is ${{ fromJSON( steps.test-results.outputs.json ).conclusion }}"

0 comments on commit b7776f4

Please sign in to comment.