Skip to content

Commit f754560

Browse files
committed
Shipmonk R&D PHPStan rules in integration tests
1 parent 8b69fbd commit f754560

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@ jobs:
184184
cd e2e/integration/repo
185185
composer install
186186
../../../phpstan.phar analyse -c ../doctrine-persistence.neon
187+
- php-version: 8.1
188+
script: |
189+
git clone https://github.com/shipmonk-rnd/phpstan-rules.git -b 1.1.1 --depth 1 e2e/integration/repo
190+
cd e2e/integration/repo
191+
composer install
192+
../../../phpstan.phar && vendor/bin/phpunit tests
187193
188194
steps:
189195
- name: "Checkout"

0 commit comments

Comments
 (0)