Skip to content

Commit

Permalink
Adapt tests for new qwc-config-db
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Dec 18, 2023
1 parent b014f14 commit a45c01f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- name: Start demo database
run: |
cd qwc-docker
sed -i 's|host=qwc-postgis|host=localhost|g' pg_service.conf
sed -i 's|port=5432|port=5439|g' pg_service.conf
cp pg_service.conf ~/.pg_service.conf
docker-compose -f docker-compose-example.yml up -d qwc-postgis
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 qwc-config-db-migrate
- name: Setting up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit a45c01f

Please sign in to comment.