mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Defensive programming for unit-test result publising.
Make it slightly more robust, since there have been problems with this in the past aparently (see github.com/ations/runner/1722). Manual rewrite of earlier pull-request Cura/pull/13497 Co-authored-by: 0r31 <orel@dagoma.fr>
This commit is contained in:
parent
87fb723fdd
commit
066b07160c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit-test-post.yml
vendored
2
.github/workflows/unit-test-post.yml
vendored
|
@ -79,4 +79,4 @@ jobs:
|
||||||
files: "tests/**/*.xml"
|
files: "tests/**/*.xml"
|
||||||
|
|
||||||
- name: Conclusion
|
- name: Conclusion
|
||||||
run: echo "Conclusion is ${{ fromJSON( steps.test-results.outputs.json ).conclusion }}"
|
run: echo "Conclusion is ${{ steps.test-results.outputs.json && fromJSON( steps.test-results.outputs.json ).conclusion }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue