mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Trying to fix docker build error
This commit is contained in:
@@ -8,14 +8,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: php-actions/composer@v5
|
- uses: php-actions/composer@v5
|
||||||
|
|
||||||
- name: PHPUnit Tests
|
- name: PHPUnit Tests
|
||||||
uses: php-actions/phpunit@v6
|
uses: php-actions/phpunit@v6
|
||||||
with:
|
with:
|
||||||
bootstrap: vendor/autoload.php
|
bootstrap: vendor/autoload.php
|
||||||
php_version: 7.1
|
php_version: 7.1
|
||||||
php_extensions: json
|
version: 1
|
||||||
configuration: phpunit.xml
|
configuration: phpunit.xml
|
||||||
args: --coverage-text
|
args: --coverage-text
|
||||||
Reference in New Issue
Block a user