added echos

This commit is contained in:
Hugo Bernier 2022-02-12 18:42:01 -05:00 committed by GitHub
parent 352d11fba8
commit 88eb16ac08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -45,4 +45,7 @@ jobs:
- name: Combine json files
run: |
jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json
echo "Merged samples"
cat test-samples.json | xargs echo -e
echo "Done"
shell: bash