Remove php-parallel-lint

This commit is contained in:
Philipp 2021-04-05 19:02:55 +02:00
parent 49d80dc447
commit 37237b32b5
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
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: