diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index e5b3035eb..a76460254 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -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 \ No newline at end of file