Skip to content

Commit b2cdcc5

Browse files
committed
run
1 parent 1fa6b0f commit b2cdcc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
with:
1717
php-version: ${{matrix.php}}
1818
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

Comments
 (0)