Skip to content

Commit

Permalink
added ci step test main.py and commentedd out alembic migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nwanoch authored Jul 20, 2024
1 parent e4bfff5 commit 8d7179f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git pull origin dev
source .venv/bin/activate
pip install -r requirements.txt
alembic upgrade head
# alembic upgrade head
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git pull origin main
source .venv/bin/activate
pip install -r requirements.txt
alembic upgrade head
# alembic upgrade head
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git pull origin staging
source .venv/bin/activate
pip install -r requirements.txt
alembic upgrade head
# alembic upgrade head
Expand Down

0 comments on commit 8d7179f

Please sign in to comment.