mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -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} \
|
${DOCKER_BUILDER_IMAGE_NAME} \
|
||||||
gosu hostuser make test
|
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
|
create-docker-test-db: ## Start the test database in a Docker container
|
||||||
docker rm -f ${DOCKER_CONTAINER_PREFIX}-db 2> /dev/null || true
|
docker rm -f ${DOCKER_CONTAINER_PREFIX}-db 2> /dev/null || true
|
||||||
@docker run -d \
|
@docker run -d \
|
||||||
|
|||||||
Reference in New Issue
Block a user