Skip to content

Commit 9b3e6db

Browse files
committed
restorea Makefile
1 parent 72910c0 commit 9b3e6db

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export $(shell sed 's/=.*//' config.env | grep -v '^\s*$$' | grep -v '^\s*\#')
1919
SCRIPTS_DIR := scripts
2020
K8S_SCRIPTS_DIR := $(SCRIPTS_DIR)/k8s
2121

22-
.PHONY: help menu setup-k8s setup-infrastructure setup-rbac setup-storage-pvc config config-docker config-k8s config-all clean deploy deploy-docker deploy-k8s deploy-k8s-full deploy-infrastructure deploy-apps check-infrastructure check-apps build-backend up-backend down-backend k8s-status k8s-cleanup k8s-purge audio-manage mycelia-sync-status mycelia-sync-all mycelia-sync-user mycelia-check-orphans mycelia-reassign-orphans test-robot test-robot-integration test-robot-unit test-robot-endpoints test-robot-specific test-robot-clean test-unit
22+
.PHONY: help menu setup-k8s setup-infrastructure setup-rbac setup-storage-pvc config config-docker config-k8s config-all clean deploy deploy-docker deploy-k8s deploy-k8s-full deploy-infrastructure deploy-apps check-infrastructure check-apps build-backend up-backend down-backend k8s-status k8s-cleanup k8s-purge audio-manage mycelia-sync-status mycelia-sync-all mycelia-sync-user mycelia-check-orphans mycelia-reassign-orphans test-robot test-robot-integration test-robot-unit test-robot-endpoints test-robot-specific test-robot-clean
2323

2424
# Default target
2525
.DEFAULT_GOAL := menu
@@ -428,9 +428,3 @@ test-robot-clean: ## Clean up Robot Framework test results
428428
@echo "🧹 Cleaning up Robot Framework test results..."
429429
@rm -rf results/
430430
@echo "✅ Test results cleaned"
431-
432-
433-
test-unit: ## Run Python unit tests for advanced backend, make sure to have more folders as unit tests geta added
434-
@echo "🧪 Running Python unit tests for advanced backend..."
435-
@cd backends/advanced && uv run --group test pytest tests/unit tests/test_init_llm_setup.py
436-
@echo "✅ Advanced backend Python unit tests completed"

0 commit comments

Comments
 (0)