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 1fec12c commit 5b4f8acCopy full SHA for 5b4f8ac
.github/workflows/ci.yml
@@ -504,8 +504,8 @@ jobs:
504
run: composer update --no-interaction --no-progress --ansi
505
- name: Require Symfony components
506
run: composer require symfony/uid --dev --no-interaction --no-progress --ansi
507
- - name: Run PHPUnit
508
- run: vendor/bin/simple-phpunit
+ - name: Install PHPUnit
+ run: vendor/bin/simple-phpunit --version
509
- name: Clear test app cache
510
run: tests/Fixtures/app/console cache:clear --ansi
511
- name: Run Behat tests
0 commit comments