Skip to content

Commit

Permalink
Run the server in background
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Mar 3, 2024
1 parent ba64ab2 commit 9a17188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
- name: Install fastgeoapi and run schemathesis tests
run: |
poetry install
poetry run uvicorn app.main:app --host 0.0.0.0 --port 6000 --reload --loop asyncio
poetry run uvicorn app.main:app --host 0.0.0.0 --port 6000 --reload --loop asyncio &
poetry run st run --checks all "http://localhost:6000/openapi?f=json"

0 comments on commit 9a17188

Please sign in to comment.