Skip to content

Commit 59433d5

Browse files
committed
Run Symplify tests
1 parent c10b5fa commit 59433d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,14 @@ jobs:
164164
cp ../symplify-composer.lock composer.lock
165165
composer install
166166
../../../phpstan analyse -c ../symplify.neon
167+
- php-version: 8.1
168+
script: |
169+
git clone https://github.com/symplify/symplify.git e2e/integration/repo
170+
cd e2e/integration/repo
171+
git checkout 92e9b42fba42e75acf5ab89a4dd690340632e352
172+
cp ../symplify-composer.lock composer.lock
173+
composer install
174+
vendor/bin/phpunit
167175
- php-version: 8.1
168176
script: |
169177
git clone https://github.com/nunomaduro/larastan.git e2e/integration/repo

0 commit comments

Comments
 (0)