Run unit test upon committing new code
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m3s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m3s
This commit is contained in:
@@ -7,6 +7,10 @@ python3 -m pip install -r requirements.txt
|
||||
# Install and configure pre-commit hooks
|
||||
pre-commit install
|
||||
pre-commit install-hooks
|
||||
pre-commit autoupdate
|
||||
|
||||
# Verify pytest setup
|
||||
python3 -m pytest
|
||||
|
||||
# Initialize and run database migrations
|
||||
alembic upgrade head
|
||||
|
||||
Reference in New Issue
Block a user