Update test_suite.yml

This commit is contained in:
Sergio Brighenti 2021-08-16 14:11:16 +02:00 committed by GitHub
parent 7c8a8a3920
commit ef0d3c1708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate
run: composer validate --no-check-version
- name: Install dependencies
run: composer install --no-progress