Skip to content

Commit

Permalink
Fix Shopsys
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 6, 2024
1 parent fd8b4cc commit 57cf08d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,15 @@ jobs:
cp ../sylius-composer.lock composer.lock
composer install
phpstan-command: ../../../phpstan.phar analyse -c ../sylius.neon
- php-version: 8.2
- php-version: 8.3
repo: shopsys/shopsys
ref: v14.0.0
setup: |
export DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db
composer install
phpstan-command: ../../../phpstan.phar analyse -c ../sylius.neon
# from build.xml
phpstan-command: ../../../phpstan.phar analyse -c ../shopsys.neon -l 5 packages/*/src packages/*/tests project-base/app project-base/app/src project-base/app/tests utils/*/src utils/*/tests
baseline-file: sylius-baseline.neon
- php-version: 8.1
repo: doctrine/orm
Expand Down
Empty file.
3 changes: 3 additions & 0 deletions e2e/integration/shopsys.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
includes:
- repo/phpstan.neon
- shopsys-baseline.neon

0 comments on commit 57cf08d

Please sign in to comment.