Skip to content

Commit fd023f5

Browse files
committed
4268: Cleaned up task file
1 parent ceaa324 commit fd023f5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Taskfile.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)