Skip to content

Commit

Permalink
lkj
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenengelsen committed Aug 23, 2024
1 parent f95d833 commit 2e7b6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
run: |
cd api
uv sync --dev --all-extras
uv run pre-commit
- name: Run tests
run: uv run pytest
run: cd api && uv run pre-commit --all-files

test-api:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e7b6e0

Please sign in to comment.