Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 3, 2024
1 parent 910c352 commit e1d6208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test-python: DJANGO_SETTINGS_MODULE=controlpanel.settings.test
test-python:
@echo
@echo "> Running Python Tests (In Docker)..."
@docker run --rm -e KUBECONFIG=tests/kubeconfig \
@docker-compose run --rm -e KUBECONFIG=tests/kubeconfig \
${IMAGE_NAME}:${IMAGE_TAG} sh -c "pytest tests --color=yes"

## test: Run tests in Docker container
Expand Down

0 comments on commit e1d6208

Please sign in to comment.