/
pv_hum
/
schemaforge
Обзор
Документация
Войти
/
pv_hum
/
schemaforge
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Makefile
25 строк
369 B
pv_hum
Initial commit
21 май 2026, 22:25
21 май 2026, 22:25
0de9fa8
Код
Авторство
О чём код?
.PHONY: up down logs test test-agent test-backend build up: docker compose up --build -d down: docker compose down logs: docker compose logs -f build: docker compose build test-agent: pip install -r agent/requirements-dev.txt pytest test-backend: cd backend && mvn -q test test: test-agent test-backend health: sh tests/integration/test_stack_health.sh