Skip to content

Commit

Permalink
Shipmonk R&D PHPStan rules in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 3, 2022
1 parent 8b69fbd commit f754560
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Expand Up @@ -184,6 +184,12 @@ jobs:
cd e2e/integration/repo
composer install
../../../phpstan.phar analyse -c ../doctrine-persistence.neon
- php-version: 8.1
script: |
git clone https://github.com/shipmonk-rnd/phpstan-rules.git -b 1.1.1 --depth 1 e2e/integration/repo
cd e2e/integration/repo
composer install
../../../phpstan.phar && vendor/bin/phpunit tests
steps:
- name: "Checkout"
Expand Down

0 comments on commit f754560

Please sign in to comment.