added echos
This commit is contained in:
parent
352d11fba8
commit
88eb16ac08
|
@ -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
|
Loading…
Reference in New Issue