Skip to content

Commit 5b4f8ac

Browse files
committed
es fix ci
1 parent 1fec12c commit 5b4f8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ jobs:
504504
run: composer update --no-interaction --no-progress --ansi
505505
- name: Require Symfony components
506506
run: composer require symfony/uid --dev --no-interaction --no-progress --ansi
507-
- name: Run PHPUnit
508-
run: vendor/bin/simple-phpunit
507+
- name: Install PHPUnit
508+
run: vendor/bin/simple-phpunit --version
509509
- name: Clear test app cache
510510
run: tests/Fixtures/app/console cache:clear --ansi
511511
- name: Run Behat tests

0 commit comments

Comments
 (0)