Skip to content

Commit

Permalink
Integration tests - Larastan
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 20, 2020
1 parent e15772e commit 7dc2611
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ jobs:
export COMPOSER_ROOT_VERSION=9.2.3
composer install
../../../phpstan.phar analyse -l 8 -c ../phpunit.neon src tests
- |
git clone https://github.com/nunomaduro/larastan.git e2e/integration/repo
cd e2e/integration/repo
git checkout v0.6.1
composer install
../../../phpstan.phar analyse
steps:
- name: "Checkout"
Expand Down

0 comments on commit 7dc2611

Please sign in to comment.