Update test_suite.yml
This commit is contained in:
parent
7c8a8a3920
commit
ef0d3c1708
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_suite.yml
vendored
2
.github/workflows/test_suite.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue