-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The main commands used in the project are centralized on composer. Those tasks can be used in development and on githug actions (CI). It's possible to list all available tasks with: $ composer run --list And then you can run with: $ composer run <task> For intance to run unit tests: $ composer run test-unit Or to run all the tests: $ composer run test Signed-off-by: 💻 Eher <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
29 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
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