Fixes paths to run static analysis check on develop and 4.1 branch

This commit is contained in:
Abdul Malik Ikhsan 2020-08-16 10:24:31 +07:00 committed by GitHub
parent 3273c9c145
commit 80d232611f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ on:
- 'develop' - 'develop'
- '4.1' - '4.1'
paths: paths:
- 'app' - 'app/**'
- 'system' - 'system/**'
jobs: jobs:
build: build:
@ -25,4 +25,4 @@ jobs:
- name: "Install dependencies" - name: "Install dependencies"
run: "composer install" run: "composer install"
- name: "Static analysis Check" - name: "Static analysis Check"
run: "vendor/bin/phpstan analyze --level=0 app system" run: "vendor/bin/phpstan analyze --level=0 app system"