We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa6b0f commit b2cdcc5Copy full SHA for b2cdcc5
.github/workflows/unit-test.yml
@@ -16,3 +16,5 @@ jobs:
16
with:
17
php-version: ${{matrix.php}}
18
tools: composer, phpunit
19
+ - run: composer install -n --prefer-dist
20
+ - run: php vendor/phpunit/phpunit/phpunit -c phpunit.xml --log-junit /tmp/test-results/phpunit/junit.xml
0 commit comments