mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-14 01:33:29 +03:00
No try to add unit tests
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -11,4 +11,10 @@ jobs:
|
||||
- name: Setup composer
|
||||
uses: php-actions/composer@v5
|
||||
with:
|
||||
php_version: 7.1
|
||||
php_version: 7.1
|
||||
- name: PHPUnit tests
|
||||
uses: php-actions/phpunit@v2
|
||||
with:
|
||||
php_version: 7.1
|
||||
bootstrap: tests/bootstrap.php
|
||||
configuration: phpunit.xml
|
||||
Reference in New Issue
Block a user