Skip to content

Commit 5d4812a

Browse files
Update ci.yml
1 parent 11120a3 commit 5d4812a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: composer install --no-progress --prefer-dist
2727

2828
- name: Run PHPStan
29-
run: vendor/bin/phpstan analyse src --no-progress
29+
run: composer test:type
3030

3131
- name: Run PHPUnit
32-
run: vendor/bin/phpunit --testdox
32+
run: composer test:unit

0 commit comments

Comments
 (0)