mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: colorize output of jq
This commit is contained in:
2
.github/workflows/integration-test.yaml
vendored
2
.github/workflows/integration-test.yaml
vendored
@@ -55,7 +55,7 @@ jobs:
|
|||||||
echo "matrix=$matrix_post_filter" >> $GITHUB_OUTPUT
|
echo "matrix=$matrix_post_filter" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
echo "The subsequent job's matrix are:"
|
echo "The subsequent job's matrix are:"
|
||||||
echo $matrix_post_filter | jq '.'
|
echo $matrix_post_filter | jq -C '.'
|
||||||
env:
|
env:
|
||||||
matrix_include_pre_filter: |
|
matrix_include_pre_filter: |
|
||||||
- name: "Int. tests: Ubuntu 18.04, Py 3.6"
|
- name: "Int. tests: Ubuntu 18.04, Py 3.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user