Skip to content

Commit

Permalink
update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
samu9 committed Feb 13, 2025
1 parent ca55934 commit 0b08fdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: |
cd backend
python -m pip install --upgrade pip
pip install .
pip install .[dev]
pip install uv
uv sync --dev
- name: Database migrations
run: |
cd backend
alembic -c tests/alembic.ini upgrade head
- name: Run tests
run: pytest
run: pytest

0 comments on commit 0b08fdb

Please sign in to comment.