testing parallel again
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jordi Loyzaga 2024-04-27 03:33:16 -06:00
parent f34257db00
commit 924ee144f6
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,3 @@
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