phpunit tests

This commit is contained in:
2024-05-22 16:55:55 +09:00
parent f692ca41b1
commit 2524092cd8

View File

@@ -16,8 +16,11 @@ jobs:
with:
path: src/
configuration: phpstan.neon
# - name: PHPunit Tests
# uses: php-actions/phpunit@v3
# with:
# version: 9
# configuration: phpunit.xml
- name: PHPunit Tests
uses: php-actions/phpunit@v3
with:
version: 9
configuration: phpunit.xml
run: |
vendor/bin/phpunit