Skip to content

Commit

Permalink
reset validate workflow to work with subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Apr 5, 2024
1 parent 2035fdf commit 8b3ab13
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 8b3ab13

Please sign in to comment.