Skip to content

Commit 349e2a3

Browse files
authored
Merge branch 'staging' into FREEZE_ChrigelMaurer_v2
2 parents c234980 + 3bf510c commit 349e2a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

services/web/server/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ tests-integration: ## runs integration tests against local+production images
3838
export DOCKER_IMAGE_TAG=production; \
3939
pytest -vv --exitfirst --failed-first --durations=10 --pdb $(CURDIR)/tests/integration
4040

41+
tests: tests-unit tests-integration
42+
43+
44+
.PHONY: build build-nc build-devel build-devel-nc build-cache build-cache-nc
45+
build build-nc build-devel build-devel-nc build-cache build-cache-nc: openapi-specs ## docker image build in many flavours
46+
# building ${APP_NAME} ...
47+
@$(MAKE) --directory ${REPO_BASE_DIR} $@ target=${APP_NAME}
4148

4249
.PHONY: run-devel
4350
run-devel: ## runs app with pg service

0 commit comments

Comments
 (0)