Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Merle committed Nov 26, 2024
1 parent 1b07253 commit 0a4881e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
composer analyse
(cd src/Component && composer validate --strict)
-
name: Run spec tests
run: vendor/bin/phpspec run

-
name: Run component tests
run: (cd src/Component && vendor/bin/phpspec run)
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@
},
"autoload-dev": {
"psr-4": {
"spec\\Sylius\\Bundle\\GridBundle\\": "src/Bundle/spec/",
"spec\\Sylius\\Component\\Grid\\": "src/Component/spec/",
"App\\": "tests/Application/src/",
"AppBundle\\": "src/Bundle/test/src/AppBundle/",
"App\\Tests\\Tmp\\": "tests/Application/tmp/"
"App\\Tests\\Tmp\\": "tests/Application/tmp/",
"spec\\Sylius\\Bundle\\GridBundle\\": "src/Bundle/spec/",
"spec\\Sylius\\Component\\Grid\\": "src/Component/spec/"
}
},
"config": {
Expand All @@ -122,7 +122,6 @@
"vendor/bin/ecs check --fix"
],
"test-yaml-config": [
"vendor/bin/phpspec run --ansi --no-interaction",
"APP_ENV=test_grids_with_yaml_config vendor/bin/phpunit --colors=always"
],
"test-php-config": [
Expand Down

0 comments on commit 0a4881e

Please sign in to comment.