Skip to content

Commit e9de387

Browse files
authored
Change unit test command to use composer script
1 parent 5ca7460 commit e9de387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: Composer install
4949
run: composer install
5050
- name: Run tests
51-
run: vendor/bin/phpunit -c phpunit.xml
51+
run: composer run-script code:test

0 commit comments

Comments
 (0)