Skip to content

Commit 37703b7

Browse files
committed
removed phpunit command in unit test
1 parent 439a592 commit 37703b7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,5 @@ jobs:
2727
progress: yes
2828
php_version: ${{ matrix.php-version }}
2929
version: 2
30-
- uses: php-actions/phpunit@v3
31-
with:
32-
configuration: phpunit.xml.dist
33-
php_version: ${{ matrix.php-version }}
34-
bootstrap: vendor/autoload.php
35-
args: --testsuite "Unit"
30+
- name: Run unit tests
31+
run: php vendor/bin/phpunit --testsuite Unit

0 commit comments

Comments
 (0)