diff --git a/.github/workflows/unit-test-post.yml b/.github/workflows/unit-test-post.yml index 6c54ae71ea..36c1d5acfd 100644 --- a/.github/workflows/unit-test-post.yml +++ b/.github/workflows/unit-test-post.yml @@ -79,4 +79,4 @@ jobs: files: "tests/**/*.xml" - 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 }}"