|
|
@@ -59,7 +59,7 @@ test_unit_module:
|
|
|
# Frontend unit tests
|
|
|
#
|
|
|
|
|
|
-test_frontend: compile build_test_frontend test_frontend_run
|
|
|
+test_frontend: build_test_frontend test_frontend_run
|
|
|
|
|
|
test_frontend_run:
|
|
|
COMPOSE_PROJECT_NAME=frontend_$(BUILD_DIR_NAME) $(DOCKER_COMPOSE) down -v -t 0
|
|
|
@@ -148,4 +148,4 @@ $(MODULE_TARGETS):
|
|
|
test_unit_modules test_unit_module test_frontend test_frontend_run \
|
|
|
test_frontend_build_run test_acceptance test_acceptance_app \
|
|
|
test_acceptance_modules test_acceptance_module ci format format_fix lint \
|
|
|
- build build_test_frontend publish tar
|
|
|
+ build build_test_frontend publish tar
|