Skip to content

Commit 7c240dc

Browse files
committed
-
1 parent 9d728b3 commit 7c240dc

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/code-quality.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,13 @@ jobs:
6060
- name: Build root packages
6161
run: php .github/build-packages.php
6262

63-
- name: Link examples
64-
working-directory: examples
65-
run: ../link
66-
67-
- name: Install examples dependencies
68-
uses: ramsey/composer-install@v3
69-
with:
70-
working-directory: examples
71-
7263
- name: Run PHPStan on examples
73-
working-directory: examples
74-
run: $PHPSTAN
64+
run: |
65+
cd examples/ && $COMPOSER_UP && ../link && $PHPSTAN
66+
67+
- name: Run PHPStan on demo
68+
run: |
69+
cd demo/ && $COMPOSER_UP && ../link && $PHPSTAN
7570
7671
- name: Run PHPStan on demo
7772
run: |

0 commit comments

Comments
 (0)