diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 0e7395906..61ff04985 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -45,6 +45,6 @@ jobs: - name: Echo 'test-reporter' outputs run: | - echo ${{steps.test-reporter.outputs}} + echo ${{toJSON(steps.test-reporter.outputs)}}