Update validator.yml
This commit is contained in:
parent
86416c826b
commit
c9ed419358
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validator.yml
vendored
2
.github/workflows/validator.yml
vendored
|
|
@ -27,6 +27,6 @@ jobs:
|
|||
for f in $(find ${PWD}/examples -name '*docker-compose*.yml'); \
|
||||
do \
|
||||
readlink -f $f && \
|
||||
docker compose -f $(readlink -f $f) config; \
|
||||
docker compose -f $(readlink -f $f) config --quiet; \
|
||||
done
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Reference in a new issue