File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8383
8484 - name : Export API specification
8585 run : |
86- task --yes apispec :export
86+ task --yes api:spec :export
8787
8888 - name : Check for changes in specification
8989 run : git diff --diff-filter=ACMRT --exit-code public/spec.yaml
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ tasks:
6363 # Loading some fixtures generates an 'Warning: Undefined array key "entityId"' error.
6464 ignore_error : true
6565
66- api:test :
67- desc : Run API tests
68- cmds :
69- - task : compose
70- vars :
71- COMPOSE_ARGS : exec phpfpm bin/phpunit
72-
7366 composer :
7467 desc : " Run `composer` command. Example: task composer -- normalize"
7568 cmds :
@@ -189,7 +182,14 @@ tasks:
189182 COMPOSE_ARGS : exec phpfpm vendor/bin/phpstan
190183 silent : true
191184
192- apispec:export :
185+ api:test :
186+ desc : Run API tests
187+ cmds :
188+ - task : compose
189+ vars :
190+ COMPOSE_ARGS : exec phpfpm bin/phpunit
191+
192+ api:spec:export :
193193 desc : Export API spec
194194 cmds :
195195 - task : console
You can’t perform that action at this time.
0 commit comments