Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed Aug 10, 2024
1 parent a373fa8 commit 1dff59a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ 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 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 1dff59a

Please sign in to comment.