Skip to content

Commit

Permalink
Fix CONFIG_PATH location for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Aug 14, 2024
1 parent bc088da commit 3a6c544
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 @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
PYTHONPATH=$PWD/src CONFIG_PATH=$PWD/qwc-docker/volumes/config/ python test.py
PYTHONPATH=$PWD/src CONFIG_PATH=$PWD/tests/config/ FLASK_DEBUG=1 python test.py
build:
needs: test
Expand Down

0 comments on commit 3a6c544

Please sign in to comment.