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 44d6b28 commit 48da06d
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 @@ -25,7 +25,7 @@ test-python:
@echo
@echo "> Running Python Tests (In Docker)..."
@docker run --rm -e KUBECONFIG=tests/kubeconfig \
frontend sh -c "pytest tests --color=yes"
${IMAGE_NAME}:${IMAGE_TAG} sh -c "pytest tests --color=yes"

## test: Run tests in Docker container
test: test-python
Expand Down

0 comments on commit 48da06d

Please sign in to comment.