CI/CD working #3
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue