Skip to content

Commit c107d50

Browse files
committed
corrected unit testsuite
1 parent 91f30f5 commit c107d50

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/unit-test.yml

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

0 commit comments

Comments
 (0)