Added build status badge
This commit is contained in:
parent
353b163471
commit
f0469a7d54
5
.github/workflows/php.yml
vendored
5
.github/workflows/php.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: PHPUnit Tests
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -34,8 +34,5 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress
|
||||
|
||||
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
|
||||
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
||||
|
||||
- name: Run test suite
|
||||
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text
|
||||
|
Reference in New Issue
Block a user