Skip to content

Commit

Permalink
Updated testsuite job to check monorepo composer files
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Dec 18, 2023
1 parent e3e1661 commit e4656f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: "composer install --no-interaction --no-progress"

- name: "Static Analyze"
run: "composer static:analyze"
run: "composer monorepo:validate"

static-analyze:
name: "Static Analyze"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"tools/vendor/bin/phpstan analyze -c phpstan.neon --memory-limit=-1",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"monorepo:validate": "tools/vendor/bin/monorepo-builder validate",
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
Expand Down

0 comments on commit e4656f9

Please sign in to comment.