mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-14 01:33:29 +03:00
Try without unit tests
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -8,12 +8,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: php-actions/composer@v5
|
||||
- name: PHPUnit Tests
|
||||
uses: php-actions/phpunit@v6
|
||||
uses: php-actions/composer@v5
|
||||
with:
|
||||
bootstrap: vendor/autoload.php
|
||||
php_version: 7.1
|
||||
version: 1
|
||||
configuration: phpunit.xml
|
||||
args: --coverage-text
|
||||
Reference in New Issue
Block a user