Skip to content

Commit 9052a46

Browse files
authored
Update ci.yml
1 parent 3e1d707 commit 9052a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ jobs:
123123
path: libraries/vendor
124124
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
125125
- name: Run PHPstan
126-
run: ./libraries/vendor/bin/phpstan || :
126+
run: |
127+
./libraries/vendor/bin/phpstan || :
127128
128129
tests-unit:
129130
name: Run Unit tests

0 commit comments

Comments
 (0)