-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: create description for composer run command
Some commands used in multiple projects can be abstracted on composer run workflow. The intent behind it is to reduce the cognitive load for developers. The commands will be listed on `composer list` and can be executed interactively with `composer run`. Signed-off-by: 💻 Eher <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,10 @@ jobs: | |
run: composer install --prefer-dist --classmap-authoritative | ||
env: | ||
COMPOSER_ROOT_VERSION: dev-master | ||
- name: Run Phpunit | ||
run: composer run phpunit | ||
|
||
- name: Run PhpCs | ||
if: matrix.php-versions == '8.2' && matrix.dependencies == 'normal' | ||
run: composer run phpcs | ||
- name: Run tests | ||
run: composer run test | ||
|
||
- name: Run Qodana | ||
if: matrix.php-versions == '8.2' && matrix.dependencies == 'normal' | ||
uses: JetBrains/[email protected] | ||
uses: JetBrains/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters