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 83
83
84
84
- name : Export API specification
85
85
run : |
86
- task --yes apispec :export
86
+ task --yes api:spec :export
87
87
88
88
- name : Check for changes in specification
89
89
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:
63
63
# Loading some fixtures generates an 'Warning: Undefined array key "entityId"' error.
64
64
ignore_error : true
65
65
66
- api:test :
67
- desc : Run API tests
68
- cmds :
69
- - task : compose
70
- vars :
71
- COMPOSE_ARGS : exec phpfpm bin/phpunit
72
-
73
66
composer :
74
67
desc : " Run `composer` command. Example: task composer -- normalize"
75
68
cmds :
@@ -189,7 +182,14 @@ tasks:
189
182
COMPOSE_ARGS : exec phpfpm vendor/bin/phpstan
190
183
silent : true
191
184
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 :
193
193
desc : Export API spec
194
194
cmds :
195
195
- task : console
You can’t perform that action at this time.
0 commit comments