mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Fix .PHONY reference
This commit is contained in:
2
Makefile
2
Makefile
@@ -139,7 +139,7 @@ test-with-docker: prepare-docker-build-image create-docker-test-db ## Run tests
|
||||
${DOCKER_BUILDER_IMAGE_NAME} \
|
||||
gosu hostuser make test
|
||||
|
||||
.PHONY: test-with-docker
|
||||
.PHONY: create-docker-test-db
|
||||
create-docker-test-db: ## Start the test database in a Docker container
|
||||
docker rm -f ${DOCKER_CONTAINER_PREFIX}-db 2> /dev/null || true
|
||||
@docker run -d \
|
||||
|
||||
Reference in New Issue
Block a user