This commit is contained in:
2026-06-16 09:19:32 +03:00
parent 7f1516c9c9
commit 8f3ac70b20
43 changed files with 1644 additions and 4668 deletions
Vendored
+4
View File
@@ -87,6 +87,10 @@ pipeline {
git reset --hard "origin/${GIT_BRANCH}"
git clean -fd -e .env -e data -e 'data/**'
docker compose build backend
docker compose run --rm --no-deps backend \
sh -c 'pip install -q -r requirements-dev.txt && pytest tests/ -q --tb=short'
if [ "${DOCKER_PULL}" = "true" ]; then
docker compose build --pull
else