We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982d779 commit 517a123Copy full SHA for 517a123
.github/workflows/main.yml
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip
41
python -m pip install -r requirements.txt
42
+ until PGSERVICEFILE=$PWD/qwc-docker/pg_service_local.conf psql service=qwc_configdb -c "select 1" > /dev/null 2>&1; do echo "Waiting for postgres server..."; sleep 1; done
43
PGSERVICEFILE=$PWD/qwc-docker/pg_service_local.conf PYTHONPATH=$PWD/src python3 test.py
44
45
- name: Validate schema
0 commit comments