Skip to content

Commit

Permalink
Merge cb6ca51 into b50d3b8
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Apr 15, 2024
2 parents b50d3b8 + cb6ca51 commit 73a5410
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,10 @@ jobs:
run: composer update --prefer-lowest --no-interaction --no-progress --ansi
- name: Clear test app cache
run: tests/Fixtures/app/console cache:clear --ansi
- name: Install PHPUnit
run: vendor/bin/simple-phpunit --version
- name: Run PHPUnit tests
run: vendor/bin/phpunit
run: vendor/bin/simple-phpunit
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=0&ignoreFile=./tests/.ignored-deprecations

Expand Down

0 comments on commit 73a5410

Please sign in to comment.