Skip to content

Commit

Permalink
Include API output in GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazz1-dbt committed Dec 7, 2024
1 parent e4f7b15 commit 6d2033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run API
run: |
uv run fastapi dev src/matchbox/server/api.py > /dev/null 2>&1 &
uv run fastapi dev src/matchbox/server/api.py &
- name: Run pytest
run: |
Expand Down

0 comments on commit 6d2033e

Please sign in to comment.