Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed Aug 10, 2024
1 parent 1dff59a commit 68a1b1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- name: Install Python dependencies
working-directory: qsa-api
run: poetry install
# TODO: check if Postgres is ready
- name: Run QSA Server
working-directory: qsa-api
run: |
Expand All @@ -55,8 +54,5 @@ jobs:
--workers 1 \
--threads 1 \
qsa_api.app:app &
# - name: Run test without Postgres Dependency
# working-directory: qsa-api
# run: pytest -sv tests/test_api_storage_filesystem.py
- name: Run tests
run: QSA_GEOTIFF="/dem.tif" QSA_GPKG="/data.gpkg" QSA_HOST=127.0.01 QSA_PORT=5000 pytest -sv tests

0 comments on commit 68a1b1e

Please sign in to comment.