Skip to content

Commit

Permalink
Remove the need for a separate alembic.ini file (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo authored Nov 22, 2024
1 parent b715f73 commit 4a78813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
BASE: ${{ inputs.base }}
run: |
cd backend
ALEMBIC="alembic -c etc/alembic.ini -x ini=etc/test.ini"
ALEMBIC="alembic -c etc/test.ini"
nix-shell --run "$ALEMBIC upgrade head"
nix-shell --run "$ALEMBIC revision --autogenerate -m 'Test Consistency'"
Expand Down

0 comments on commit 4a78813

Please sign in to comment.