Skip to content

Commit

Permalink
fix json-validator workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Nov 6, 2024
1 parent c686afb commit f617a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/json-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install python3-pip -y --no-install-recommends
sudo pip3 install json-spec
sudo pip3 install json-spec --break-system-packages
if ! json validate --schema-file=php/containers-schema.json --document-file=php/containers.json; then
exit 1
fi
Expand Down

0 comments on commit f617a94

Please sign in to comment.