From 1dff59a83d9a453c00f2ff1f8e0569c4dbd9d848 Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sat, 10 Aug 2024 12:32:04 +0200 Subject: [PATCH] CI --- .github/workflows/tests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74d92a7..783296c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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