Skip to content

Commit

Permalink
Run in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Mar 3, 2024
1 parent e9cdf90 commit 4ccda6a
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 @@ -43,7 +43,7 @@ jobs:
- name: Install fastgeoapi and run the server
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 &
- name: Run schemathesis command and tests
run: |
poetry run st run --checks all "http://0.0.0.0:6000/geoapi/openapi?f=json"

0 comments on commit 4ccda6a

Please sign in to comment.