fixed typo

This commit is contained in:
Hugo Bernier 2022-02-12 17:56:56 -05:00 committed by GitHub
parent d7ace73725
commit 999df469e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@ jobs:
merge_json: merge_json:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Install xmllint
- uses: actions/checkout@v2 - uses: actions/checkout@v2
name: Merge sample.json files
run: | run: |
sudo apt-get install -y jq sudo apt-get install -y jq
jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json