fixed increment

This commit is contained in:
Hugo Bernier 2022-02-12 19:03:57 -05:00 committed by GitHub
parent 3f7e2b2111
commit a0ff13f04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@ jobs:
with:
path: './'
- run: |
echo "Merging samples"
find samples/ -name 'sample.json' -path '*/assets/*' -o -name "test*.json" | xargs cat > ./test-samples.json
jq -s '[.[][]]' samples/**/assets/sample.json > test-samplesjq.json
echo "Merged samples"
echo "Merging samples"
find samples/ -name 'sample.json' -path '*/assets/*' -o -name "test*.json" | xargs cat > ./test-samples.json
jq -s '[.[][]]' samples/**/assets/sample.json > test-samplesjq.json
echo "Merged samples"
- uses: EndBug/add-and-commit@v6
with: