CI/CD working #3

Merged
kitty merged 13 commits from ci_test into develop 2024-04-27 09:56:21 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 924ee144f6 - Show all commits

View File

@ -1,3 +1,3 @@
cd lockbox cd lockbox
echo "Starting ruff check...\n\n\n" printf "\n\n|| Starting ruff check ||\n\n"
ruff check --config=./pyproject.toml ruff check --config=../pyproject.toml

View File

@ -1,3 +1,3 @@
cd lockbox cd lockbox
echo "Starting setup...\n\n\n" printf "\n\n|| Starting setup ||\n\n"
python manage.py migrate python manage.py migrate

View File

@ -1,3 +1,3 @@
cd lockbox cd lockbox
printf "Starting pytest run...\n\n\n" printf "\n\n|| Starting pytest run ||\n\n"
pytest --cov=. --cov-report term-missing --reuse-db pytest --cov=. --cov-report term-missing --reuse-db