Skip to content

Commit

Permalink
Run alembic upgrade head on test CI dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
steventux committed Jan 22, 2025
1 parent 5cb2f92 commit 6edd14a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
pip install pipenv
pipenv install --dev --system
- name: "Set up test database"
run: |
alembic upgrade head
- name: "Run unit test suite"
run: |
./test-unit.sh
Expand Down Expand Up @@ -135,6 +139,10 @@ jobs:
pip install pipenv
pipenv install --dev --system
- name: "Set up test database"
run: |
alembic upgrade head
- name: "Run integration test suite"
run: |
./test-integration.sh
Expand Down

0 comments on commit 6edd14a

Please sign in to comment.