Run composer validate in CI

This ensures that the composer.json and composer.lock files are in sync
before trying to install the site.
This commit is contained in:
Oliver Davies 2020-10-31 09:11:40 +00:00
parent a1b90a7948
commit f21b61665c

View file

@ -34,6 +34,9 @@ jobs:
coverage: none
tools: composer:v1
- name: Ensure that composer.json and composer.lock are in sync
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-suggest