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

View File

@ -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