Skip to content

Commit

Permalink
Use composer scripts in tests/checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Nov 14, 2023
1 parent b44f400 commit 5e16a5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
# END: SHARED SETUP

- run: composer install
- run: php vendor/bin/php-cs-fixer check
- run: composer check-style
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
# END: SHARED SETUP

- run: composer install
- run: php vendor/bin/phpstan
- run: composer phpstan
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
coverage: none
tools: composer:v2
- run: composer install
- run: vendor/bin/phpunit --testdox
- run: composer test

0 comments on commit 5e16a5d

Please sign in to comment.