Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Jun 11, 2024
1 parent db45194 commit dcef07e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/db-migration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
cache-dependency-path: |
./api/pyproject.toml
- name: Install dependencies
run: poetry install -C api

- name: Set up Middleware
uses: hoverkraft-tech/[email protected]
with:
Expand All @@ -50,6 +53,4 @@ jobs:
- name: Run DB Migration
run: |
cd api
poetry install
poetry run flask db upgrade

0 comments on commit dcef07e

Please sign in to comment.