Remove php-parallel-lint

This commit is contained in:
Philipp
2021-04-05 19:02:55 +02:00
parent 49d80dc447
commit 37237b32b5
3 changed files with 1 additions and 58 deletions

View File

@@ -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: