We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f30f5 commit c107d50Copy full SHA for c107d50
.github/workflows/unit-test.yml
@@ -27,5 +27,11 @@ jobs:
27
progress: yes
28
php_version: ${{ matrix.php-version }}
29
version: 2
30
- - name: Run unit tests
31
- run: php vendor/bin/phpunit --testsuite Unit
+ - uses: php-actions/phpunit@v3
+ 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