Skip to content

Commit 00ec33b

Browse files
committed
changed command to run full phpunit
1 parent 77cfc3f commit 00ec33b

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
@@ -28,7 +28,7 @@ jobs:
2828
composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
2929
3030
- name: Run tests
31-
run: ./vendor/bin/simple-phpunit
31+
run: ./vendor/bin/phpunit
3232

3333
lowest:
3434
name: Lowest deps
@@ -50,4 +50,4 @@ jobs:
5050
- name: Run tests
5151
env:
5252
SYMFONY_DEPRECATIONS_HELPER: "max[self]=0"
53-
run: ./vendor/bin/simple-phpunit
53+
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)