-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- adds support for custom layers - refactor and finalize the application layer config - refactor ddd generator internals - adds ddd:config utility command - adds custom object resolution via DDD::resolveObjectSchemaUsing() - refactor test coverage --------- Co-authored-by: JasperTey <[email protected]>
- Loading branch information
Showing
93 changed files
with
3,925 additions
and
1,218 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 |
---|---|---|
|
@@ -54,4 +54,4 @@ jobs: | |
run: composer show -D | ||
|
||
- name: Execute tests | ||
run: vendor/bin/pest | ||
run: vendor/bin/pest --ci |
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
Oops, something went wrong.