mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:10:12 +00:00
Remove php-parallel-lint
This commit is contained in:
parent
49d80dc447
commit
37237b32b5
3 changed files with 1 additions and 58 deletions
3
.github/workflows/php.yml
vendored
3
.github/workflows/php.yml
vendored
|
@ -82,9 +82,6 @@ jobs:
|
|||
run: |
|
||||
mysql -h"127.0.0.1" -P"$PORT" -utest -ptest test < database.sql
|
||||
|
||||
- name: Test with Parallel-lint
|
||||
run: vendor/bin/parallel-lint --exclude vendor/ --exclude view/asset/ .
|
||||
|
||||
- name: Test with phpunit
|
||||
run: $(git rev-parse --show-toplevel)/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue