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 5cc6c1f commit f3e6284Copy full SHA for f3e6284
1 file changed
.github/workflows/test.yml
@@ -61,9 +61,12 @@ jobs:
61
pip install -e .
62
# Replace default path to CKAN core config file with the one on the container
63
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
64
+ - name: Check config
65
+ run: |
66
+ cat test.ini
67
- name: Setup extension
68
run: |
69
ckan -c test.ini db init
70
ckan -c test.ini db upgrade -p pages
71
- name: Run tests
- run: pytest --ckan-ini=test.ini --cov=ckanext.pages --cov-report=term-missing --cov-append --disable-warnings ckanext/pages/tests
72
+ run: pytest -vvv --ckan-ini=test.ini --cov=ckanext.pages --cov-report=term-missing --cov-append --disable-warnings ckanext/pages/tests
0 commit comments