Skip to content

Commit 36bd768

Browse files
committed
Fix setting up demo database for tests
1 parent 6caf726 commit 36bd768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Start demo database
1919
run: |
2020
cd qwc-docker
21-
cp pg_service-write.conf ~/.pg_service.conf
21+
cp pg_service.conf ~/.pg_service.conf
2222
sed -i 's|host=qwc-postgis|host=localhost|g' ~/.pg_service.conf
2323
sed -i 's|port=5432|port=5439|g' ~/.pg_service.conf
2424
sed -i 's|qwc-qgis-server|localhost:8001|' volumes/config/default/featureInfoConfig.json

0 commit comments

Comments
 (0)