Skip to content

Commit

Permalink
Upload detailed test report only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 22, 2023
1 parent b7776f4 commit 7625e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,11 @@ jobs:
- name: Upload the detailed tests report
uses: actions/upload-artifact@v3
if: ${{ runner.os == 'Linux' }}
with:
name: LastTest.log
path: |
/home/runner/work/CuraEngine/CuraEngine/build/Release/Testing/Temporary/LastTest.log
build/Release/Testing/Temporary/LastTest.log
retention-days: 5

- name: Conclusion
Expand Down

0 comments on commit 7625e4f

Please sign in to comment.