Skip to content

Commit d4503e1

Browse files
fix: update Alembic migration command to include tests group
1 parent 2bcfe4b commit d4503e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Unit-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Run Alembic migrations
6969
run: |
70-
uv sync --group backend
70+
uv sync --group backend --group tests
7171
uv run alembic upgrade head
7272
7373
- name: Insert sample test data

0 commit comments

Comments
 (0)