add build step

This commit is contained in:
A.Unger
2020-10-22 15:43:40 +02:00
parent b1ae83c021
commit de851f808c

View File

@@ -232,7 +232,7 @@ def testing(ctx, module):
]
if module == 'accounts':
steps = ocisMetadataStorage() + steps
steps = build() + ocisMetadataStorage() + steps
if config['modules'][module] == 'frontend':
steps = frontend(module) + steps