From 3275fb7637dfdcc24d9633726e34a5e505dd766e Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 14 Nov 2022 14:19:33 +0100 Subject: [PATCH] ci: colorize output of jq --- .github/workflows/integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index c1d8e16..cee1049 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -55,7 +55,7 @@ jobs: echo "matrix=$matrix_post_filter" >> $GITHUB_OUTPUT echo "The subsequent job's matrix are:" - echo $matrix_post_filter | jq '.' + echo $matrix_post_filter | jq -C '.' env: matrix_include_pre_filter: | - name: "Int. tests: Ubuntu 18.04, Py 3.6"