Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 4, 2024
1 parent 57fcf9f commit 6390e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ export
.PHONY: clean build help test test-python dev-up

clean:
docker-compose down --volumes --remove-orphans
docker compose down --volumes --remove-orphans

build:
@docker-compose build frontend
@docker compose build frontend

test-python: DJANGO_SETTINGS_MODULE=controlpanel.settings.test
test-python:
@echo
@echo "> Running Python Tests (In Docker)..."
@docker-compose run --rm -e KUBECONFIG=tests/kubeconfig \
@docker compose run --rm -e KUBECONFIG=tests/kubeconfig \
frontend sh -c "pytest tests --color=yes"

## test: Run tests in Docker container
Expand Down

0 comments on commit 6390e44

Please sign in to comment.