From 2f2c4471046e1a9725b332095975669f3940cbd6 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 14 Jun 2025 22:41:11 +0200 Subject: [PATCH] colored jq --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ad9a4c1..b04431af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,4 +51,4 @@ jobs: - name: Get mail run: | curl -s "http://localhost:8025/api/v1/message/latest/raw" - curl -s "http://localhost:8025/api/v1/message/latest" | jq + curl -s "http://localhost:8025/api/v1/message/latest" | jq --color-output