Skip to content

Commit

Permalink
Add test coverage for feature query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 15, 2024
1 parent 1570569 commit 7837d76
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
repository: qwc-services/qwc-docker
path: qwc-docker

- name: Start demo database
run: |
cd qwc-docker
cp pg_service.conf ~/.pg_service.conf
sed -i 's|host=qwc-postgis|host=localhost|g' ~/.pg_service.conf
sed -i 's|port=5432|port=5439|g' ~/.pg_service.conf
sed -Ei "s|^(\s*POSTGRES_PASSWORD:).*$|\1 'waej7WuoOoth0wor'|" docker-compose-example.yml
docker compose -f docker-compose-example.yml up -d qwc-postgis
- name: Setting up python 3.12
uses: actions/setup-python@v5
with:
Expand Down
Loading

0 comments on commit 7837d76

Please sign in to comment.