Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Aug 15, 2024
1 parent c2fe40b commit 1f555be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
# This is needed, because solr generates files and needs permissions to store them
# in volumes/solr/*
chmod 777 -R volumes/solr/
sed -i -e 's|# ports:|ports:|g' -e 's|# - "127.0.0.1| - "127.0.0.1|g' docker-compose-example.yml
docker compose -f docker-compose-example.yml up -d qwc-solr qwc-postgis
- name: Setting up Python
Expand All @@ -34,6 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
(cd qwc-docker && docker compose -f docker-compose-example.yml logs qwc-postgis)
PYTHONPATH=$PWD/src CONFIG_PATH=$PWD/tests/config/ DB_URL=postgresql://qwc_admin:qwc_admin@localhost:5439/qwc_services FLASK_DEBUG=1 python test.py
build:
Expand Down

0 comments on commit 1f555be

Please sign in to comment.