File tree Expand file tree Collapse file tree 2 files changed +0
-62
lines changed
Expand file tree Collapse file tree 2 files changed +0
-62
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 chmod a+x php-cs-fixer
1212 PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix src --dry-run
1313
14- phpunit :
15- runs-on : ubuntu-latest
16- steps :
17- - uses : actions/checkout@v2
18- - uses : shivammathur/setup-php@v2
19- with :
20- php-version : ' 8.0'
21- tools : composer:v2
22- coverage : pcov
23- - uses : actions/cache@v2
24- with :
25- path : ' **/vendor'
26- key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
27- restore-keys : |
28- ${{ runner.os }}-composer-
29- - uses : php-actions/composer@v5
30- with :
31- args : --prefer-dist
32- php_version : 8.0
33-
34- - name : Run tests & generate Coverage
35- run : bin/phpunit --configuration=phpunit.xml tests --coverage-html var/coverage --whitelist=src
36-
37- - name : Store coverage files
38- uses : actions/upload-artifact@v2
39- with :
40- path : var/coverage
41-
4214 phpstan :
4315 runs-on : ubuntu-latest
4416 steps :
You can’t perform that action at this time.
0 commit comments