Skip to content

Commit

Permalink
copy folder hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Mar 13, 2024
1 parent ba69c8a commit fbbbd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
echo ${{ github.event.inputs.schema-version}}
mkdir files
cp ./${{ env.WORKING_DIR }}/*.json files/
cp ./${{ env.WORKING_DIR }}/*/*.json files/
cd validation-suite
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit fbbbd62

Please sign in to comment.