Skip to content

Commit 1667013

Browse files
author
Mokhtar Tlili
committed
use phpunit, phpstan as tools
1 parent c23d48b commit 1667013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

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

4646
- name: Quality Code
47-
run: phpstan
47+
run: phpstan analyse src tests
4848

4949
- name: PHPUnit Tests
50-
run: phpunit
50+
run: phpunit tests

0 commit comments

Comments
 (0)