We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f1da1 commit 9c67bb0Copy full SHA for 9c67bb0
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Composer dependencies
31
run: |
32
composer config --no-interaction allow-plugins.composer/installers true
33
- composer install --no-interaction --no-progress --no-suggest --no-scripts
+ composer install --no-interaction --no-progress --no-scripts
34
35
- name: Run Tests
36
run: ./vendor/bin/phpunit ./tests
0 commit comments