From 865f58276eff5c268e44d62e7ea78c42a028415b Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Tue, 26 Dec 2023 00:42:09 +0000 Subject: [PATCH] echo test outputs --- .github/workflows/integration-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 79c4311d4..0e7395906 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -45,5 +45,6 @@ jobs: - name: Echo 'test-reporter' outputs run: | - echo ${{join(steps.test-reporter.outputs.*, '\n')}} + echo ${{steps.test-reporter.outputs}} +