mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
try to fix workflows
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
b498f557cf
commit
ad32d0af9c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/json-validator.yml
vendored
3
.github/workflows/json-validator.yml
vendored
|
|
@ -21,7 +21,8 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3-pip -y --no-install-recommends
|
||||
sudo pip3 install json-spec --break-system-packages
|
||||
pip3 install json-spec
|
||||
export PATH="$PATH:/home/runner/.local/bin"
|
||||
if ! json validate --schema-file=php/containers-schema.json --document-file=php/containers.json; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue