Skip to content

Commit 28ecba2

Browse files
committed
Fix PHPStan workflow for examples by linking packages to examples directory
1 parent cfaac6b commit 28ecba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Run PHPStan on examples
6464
run: |
65-
./link && cd examples/ && $COMPOSER_UP && $PHPSTAN
65+
cd examples/ && $COMPOSER_UP && ../link . && $PHPSTAN
6666
6767
- name: Run PHPStan on packages
6868
run: |

0 commit comments

Comments
 (0)