Fix relative path

This commit is contained in:
Dennis Eichhorn 2020-05-22 13:22:29 +02:00 committed by GitHub
parent 957453f4c7
commit fb4c9deca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ jobs:
run: composer install
- name: Prepare phpstan
run: |
sed -i 's/path: phpOMS\//path: /g' Build/Config/phpstan-baseline.neon
sed -i 's/path: ../../phpOMS\//path: ..\//..\///g' Build/Config/phpstan-baseline.neon
- name: phpstan
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 8 -c Build/Config/phpstan.neon ./
codestyle-tests: