We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b952f8 commit 2f2c447Copy full SHA for 2f2c447
.github/workflows/test.yml
@@ -51,4 +51,4 @@ jobs:
51
- name: Get mail
52
run: |
53
curl -s "http://localhost:8025/api/v1/message/latest/raw"
54
- curl -s "http://localhost:8025/api/v1/message/latest" | jq
+ curl -s "http://localhost:8025/api/v1/message/latest" | jq --color-output
0 commit comments