From 352d11fba8bc85bcabd1355a42505c5fcaf4d511 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 12 Feb 2022 18:32:59 -0500 Subject: [PATCH] test --- .github/workflows/merge-sample-json.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index 84c3def38..e5b3035eb 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -42,8 +42,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - name: Run script file + - name: Combine json files run: | jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json - shell: bash - + shell: bash \ No newline at end of file