Skip to content

Commit

Permalink
Replace default path to CKAN core config file with the one on the con…
Browse files Browse the repository at this point in the history
…tainer
  • Loading branch information
amercader committed Dec 16, 2020
1 parent 95e82c2 commit d005538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
pip install -r pip-requirements.txt
pip install -r dev-requirements.txt
pip install -e .
# Replace default path to CKAN core config file with the one on the container
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
- name: Setup extension (CKAN >= 2.9)
if: ${{ matrix.ckan-version != '2.7' && matrix.ckan-version != '2.8' }}
run: |
Expand Down

0 comments on commit d005538

Please sign in to comment.